aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2016-11-28 16:13:23 +0100
committerEelco Dolstra <edolstra@gmail.com>2016-12-06 17:17:29 +0100
commit09191caea8a0bf59daef553ca251a8d1d7e1d507 (patch)
tree87cb608cb13d4fdb53ea262988724685fd338501 /doc
parentd1da6967b8891763ce04d668027cf300c9bbf0b2 (diff)
Add shell.nix
Diffstat (limited to 'doc')
-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 11af0998f..183aed7ad 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