From 5580abd60a4b7f0ee7d4354ceb5a7281dd6ab305 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Sun, 27 Oct 2013 08:53:47 +0200 Subject: nixos manual: fix references to obsolete nixos repository --- nixos/doc/manual/development.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nixos/doc') diff --git a/nixos/doc/manual/development.xml b/nixos/doc/manual/development.xml index dbaa2c4213d9..775143cc8351 100644 --- a/nixos/doc/manual/development.xml +++ b/nixos/doc/manual/development.xml @@ -30,12 +30,11 @@ 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 +/my/sources/nixpkgs/nixos and the Nixpkgs sources to /my/sources/nixpkgs. If you want to rebuild your system using your (modified) sources, you @@ -43,7 +42,7 @@ need to tell nixos-rebuild about them using the flag: -$ nixos-rebuild switch -I /my/sources +$ nixos-rebuild switch -I /my/sources/nixpkgs -- cgit 1.4.1