Skip to content

Commit

Permalink
guix: Add clarifying documentation for V env var
Browse files Browse the repository at this point in the history
  • Loading branch information
dongcarl committed May 20, 2020
1 parent 85f4a4b commit f852761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/guix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum
If non-empty, will pass `V=1` to all `make` invocations, making `make` output
verbose.

Note that any given value is ignored. The variable is only checked for
emptiness. More concretely, this means that `V=` (setting `V` to the empty
string) is interpreted the same way as not setting `V` at all, and that `V=0`
has the same effect as `V=1`.

* _**ADDITIONAL_GUIX_ENVIRONMENT_FLAGS**_

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

0 comments on commit f852761

Please sign in to comment.