depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
nix
/
src
/
tests
/
lang
/
eval-okay-getenv.nix
blob: ea8bb9f0a629842aceed89f4c1ea15780b8c97a5 (
plain
) (
blame
)
1
builtins
.
getEnv
"NIX_TEST_VAR"
+
(
if
builtins
.
getEnv
"NO_SUCH_VAR"
==
""
then
"bar"
else
"bla"
)