Skip to content

Commit f852761

Browse files
committed
guix: Add clarifying documentation for V env var
1 parent 85f4a4b commit f852761

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/guix/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum
142142
If non-empty, will pass `V=1` to all `make` invocations, making `make` output
143143
verbose.
144144

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+
145150
* _**ADDITIONAL_GUIX_ENVIRONMENT_FLAGS**_
146151

147152
Additional flags to be passed to `guix environment`. For a fully-bootstrapped

0 commit comments

Comments
 (0)