aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-okay-remove.nix
blob: c2e06b3d2ce053505a793ad59fecb8ed8ce7fc06 (plain)
1
2
3
4
let
  attrs = {x = 123; y = 456;};
in
(removeAttrs attrs ["x"]).y