We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f4a4b commit f852761Copy full SHA for f852761
contrib/guix/README.md
@@ -142,6 +142,11 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum
142
If non-empty, will pass `V=1` to all `make` invocations, making `make` output
143
verbose.
144
145
+ Note that any given value is ignored. The variable is only checked for
146
+ emptiness. More concretely, this means that `V=` (setting `V` to the empty
147
+ string) is interpreted the same way as not setting `V` at all, and that `V=0`
148
+ has the same effect as `V=1`.
149
+
150
* _**ADDITIONAL_GUIX_ENVIRONMENT_FLAGS**_
151
152
Additional flags to be passed to `guix environment`. For a fully-bootstrapped
0 commit comments