Skip to content

Commit

Permalink
clarify env.value
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jun 10, 2024
1 parent 1ba792f commit 307eb5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/env-type.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ in {
description = mdDoc ''
Value of the variable to be set.
Set to `null` to unset the variable.
Note that any environment variable will be escaped. For example, `value = "$HOME"`
will be converted to the literal `$HOME`, with its dollar sign.
'';
};

Expand Down

0 comments on commit 307eb5c

Please sign in to comment.