Phreedom / nixos-homepage

Sources for nixos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NixOS.org

This repository contains the sources of the nixos.org website. To build it:

$ git clone git@github.com:NixOS/nixos-homepage.git
$ cd nixos-homepage
$ nix-shell --command make

To make the 'packages' page work via file:///, you must unzip the packages.json and start your browser with CORS disabled for local files:

$ gzip -d nixpkgs/packages.json.gz
$ mv nixpkgs/packages.json nixpkgs/packages.json.gz
$ chromium --allow-file-access-from-files

About

Sources for nixos.org


Languages

Language:JavaScript 24.6%Language:XSLT 22.9%Language:Makefile 20.7%Language:CSS 18.7%Language:Shell 10.2%Language:Standard ML 1.5%Language:Nix 1.4%Language:HTML 0.2%