about summary refs log tree commit diff
path: root/doc/manual/hacking.xml
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-11-28T15·13+0100
committerEelco Dolstra <edolstra@gmail.com>2016-12-06T16·17+0100
commit09191caea8a0bf59daef553ca251a8d1d7e1d507 (patch)
tree87cb608cb13d4fdb53ea262988724685fd338501 /doc/manual/hacking.xml
parentd1da6967b8891763ce04d668027cf300c9bbf0b2 (diff)
Add shell.nix
Diffstat (limited to 'doc/manual/hacking.xml')
-rw-r--r--doc/manual/hacking.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/hacking.xml b/doc/manual/hacking.xml
index 11af0998f982..183aed7adff2 100644
--- a/doc/manual/hacking.xml
+++ b/doc/manual/hacking.xml
@@ -22,7 +22,7 @@ $ nix-build release.nix -A build.x86_64-linux
 environment variables are set up so that those dependencies can be
 found:
 <screen>
-$ ./dev-shell
+$ nix-shell
 </screen>
 To build Nix itself in this shell:
 <screen>
@@ -30,7 +30,7 @@ To build Nix itself in this shell:
 [nix-shell]$ configurePhase
 [nix-shell]$ make
 </screen>
-To test it:
+To install it in <literal>$(pwd)/nix</literal> and test it:
 <screen>
 [nix-shell]$ make install
 [nix-shell]$ make installcheck