diff --git a/doc/manual/development.xml b/doc/manual/development.xml index 282bb1a71f4..95c1848e387 100644 --- a/doc/manual/development.xml +++ b/doc/manual/development.xml @@ -18,12 +18,22 @@ uses the NixOS and Nixpkgs sources provided by the nixos-unstable channel (kept in /nix/var/nix/profiles/per-user/root/channels/nixos). To modify NixOS, however, you should check out the latest sources from -Subversion. This is done using the following command: +Git. This is done using the following command: $ nixos-checkout /my/sources +or + + +$ mkdir -p /my/sources +$ cd /my/sources +$ nix-env -i git +$ git clone git://github.com/NixOS/nixos.git +$ git clone git://github.com/NixOS/nixpkgs.git + + This will check out the latest NixOS sources to /my/sources/nixos and the Nixpkgs sources to