diff options
author | Vladimír Čunát <v@cunat.cz> | 2020-09-07 21:54:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 21:54:59 +0200 |
commit | 77d4758cf2f45a6e999646e292ae563d6f987716 (patch) | |
tree | ea09fd5d8d0bfacf6d70649192be2241461fa159 /doc | |
parent | 8a945d6ddb0676b454458e6fe0e9ea6f8b4b5659 (diff) | |
parent | a72ed3e8a1028c66c36b7dd66dc9dd50a0a6ecc1 (diff) |
Merge #3982: Minor docs updates
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/hacking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/hacking.md b/doc/manual/src/hacking.md index 9049e42bb..5bd884ce8 100644 --- a/doc/manual/src/hacking.md +++ b/doc/manual/src/hacking.md @@ -39,7 +39,7 @@ To build Nix itself in this shell: ```console [nix-shell]$ ./bootstrap.sh -[nix-shell]$ ./configure $configureFlags +[nix-shell]$ ./configure $configureFlags --prefix=$(pwd)/inst [nix-shell]$ make -j $NIX_BUILD_CORES ``` |