From 8ad2defdf0b33c34e48773b501e35bfdbbb936f7 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Tue, 21 Aug 2018 21:44:37 +0200 Subject: [PATCH] Docs: Fix install prefix shell.nix defines the install prefix as $(pwd)/inst --- doc/manual/hacking.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/hacking.xml b/doc/manual/hacking.xml index 183aed7ad..b671811d3 100644 --- a/doc/manual/hacking.xml +++ b/doc/manual/hacking.xml @@ -30,7 +30,7 @@ To build Nix itself in this shell: [nix-shell]$ configurePhase [nix-shell]$ make -To install it in $(pwd)/nix and test it: +To install it in $(pwd)/inst and test it: [nix-shell]$ make install [nix-shell]$ make installcheck