diff options
author | Erik Arvstedt <erik.arvstedt@gmail.com> | 2018-08-21T19·44+0200 |
---|---|---|
committer | Erik Arvstedt <erik.arvstedt@gmail.com> | 2018-08-21T19·46+0200 |
commit | 8ad2defdf0b33c34e48773b501e35bfdbbb936f7 (patch) | |
tree | a49bdd22445cf273584baa13b2da3d1f1f8c53f3 /doc/manual/hacking.xml | |
parent | 954d1f4d0a35063ff431b258beebadf753cb9efe (diff) |
Docs: Fix install prefix
shell.nix defines the install prefix as $(pwd)/inst
Diffstat (limited to 'doc/manual/hacking.xml')
-rw-r--r-- | doc/manual/hacking.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/hacking.xml b/doc/manual/hacking.xml index 183aed7adff2..b671811d3a30 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 </screen> -To install it in <literal>$(pwd)/nix</literal> and test it: +To install it in <literal>$(pwd)/inst</literal> and test it: <screen> [nix-shell]$ make install [nix-shell]$ make installcheck |