From 09191caea8a0bf59daef553ca251a8d1d7e1d507 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 28 Nov 2016 16:13:23 +0100 Subject: Add shell.nix --- doc/manual/hacking.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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: -$ ./dev-shell +$ nix-shell To build Nix itself in this shell: @@ -30,7 +30,7 @@ To build Nix itself in this shell: [nix-shell]$ configurePhase [nix-shell]$ make -To test it: +To install it in $(pwd)/nix and test it: [nix-shell]$ make install [nix-shell]$ make installcheck -- cgit 1.4.1