index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
/
eval-fail-remove.nix
blob: 3ea7b1c869a0ff4e2f610b338e85961d2112a9a9 (
plain
)
1
2
3
4
let
attrs
=
{
x
=
123
;
y
=
456
;};
in
(
removeAttrs
attrs
[
"x"
])
.
x