summary refs log tree commit diff
path: root/nixos/doc/manual/man-nixos-rebuild.xml
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-10-27 08:39:32 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-10-27 08:39:32 +0200
commit9cb699f587c8e3940aa3d014edd970a933b0027d (patch)
tree310373a4dddbb3c5fbe82a41f2c51dd06aac916a /nixos/doc/manual/man-nixos-rebuild.xml
parent6dcca9e096c16e031de7f45e6e99d4db4a0a2fd8 (diff)
downloadnixlib-9cb699f587c8e3940aa3d014edd970a933b0027d.tar
nixlib-9cb699f587c8e3940aa3d014edd970a933b0027d.tar.gz
nixlib-9cb699f587c8e3940aa3d014edd970a933b0027d.tar.bz2
nixlib-9cb699f587c8e3940aa3d014edd970a933b0027d.tar.lz
nixlib-9cb699f587c8e3940aa3d014edd970a933b0027d.tar.xz
nixlib-9cb699f587c8e3940aa3d014edd970a933b0027d.tar.zst
nixlib-9cb699f587c8e3940aa3d014edd970a933b0027d.zip
nixos manual: replace /etc/nixos/nixos which no longer exists with more generic and more
correct /path/to/nixpkgs/nixos
Diffstat (limited to 'nixos/doc/manual/man-nixos-rebuild.xml')
-rw-r--r--nixos/doc/manual/man-nixos-rebuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/man-nixos-rebuild.xml b/nixos/doc/manual/man-nixos-rebuild.xml
index e08153c723d9..afc159dbd5d7 100644
--- a/nixos/doc/manual/man-nixos-rebuild.xml
+++ b/nixos/doc/manual/man-nixos-rebuild.xml
@@ -106,7 +106,7 @@ desired operation.  It must be one of the following:
       points to the output of the top-level “system” derivation.  This
       is essentially the same as doing
 <screen>
-$ nix-build /etc/nixos/nixos -A system
+$ nix-build /path/to/nixpkgs/nixos -A system
 </screen>
       Note that you do not need to be <literal>root</literal> to run
       <command>nixos-rebuild build</command>.</para>