mirror of
https://github.com/NixOS/nix.git
synced 2025-12-25 02:10:54 +01:00
hacking.md: set installation outputs as well
This commit is contained in:
parent
2746985d90
commit
112f311c50
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ $ nix-shell --attr devShells.x86_64-linux.native-clangStdenvPackages
|
|||
To build Nix itself in this shell:
|
||||
|
||||
```console
|
||||
[nix-shell]$ mesonFlags+=" --prefix=$(pwd)/outputs/out"
|
||||
[nix-shell]$ out="$(pwd)/outputs/out" dev=$out debug=$out mesonFlags+=" --prefix=${out}"
|
||||
[nix-shell]$ dontAddPrefix=1 configurePhase
|
||||
[nix-shell]$ buildPhase
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue