depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
eval
/
src
/
tests
/
nix_tests
/
notyetpassing
/
eval-fail-undeclared-arg.nix
blob: cafdf163627255a3e41f57cd71f0c6c3ca59159b (
plain
) (
tree
)
92c53fe98256
^
1
({x
,
z}: x
+
z) {
x
=
"foo"
;
y
=
"bla"
;
z
=
"bar"
;}