1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

Docs: Fix install prefix

shell.nix defines the install prefix as $(pwd)/inst

(cherry picked from commit 8ad2defdf0)
This commit is contained in:
Erik Arvstedt 2018-08-21 21:44:37 +02:00 committed by Eelco Dolstra
parent b7a37ab5f2
commit 8115c10e59
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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