index
:
verified-dyn-lang-interp
icfp25
main
Artifact for https://doi.org/10.1145/3747537
Rutger Broekhoff
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
testdata
/
eval-okay-getenv.nix
blob: 4cfec5f553d9dde60b3d58aed85772bfb285d9ee (
about
) (
plain
) (
blame
)
1
builtins
.
getEnv
"TEST_VAR"
+ (
if
builtins
.
getEnv
"NO_SUCH_VAR"
==
""
then
"bar"
else
"bla"
)