mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Add shell.nix
This commit is contained in:
parent
d1da6967b8
commit
09191caea8
3 changed files with 35 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue