Files
lix/tests/functional2/lang/builtins.removeAttrs/in-2.nix
T
piegames daefbb8a44 tests/functional2/lang: Migrate more builtins
Change-Id: Ib981a5c544748475cf98a8daae0609a52c9c6eb9
2025-11-18 13:48:32 +00:00

5 lines
66 B
Nix

let
attrs = {x = 123; y = 456;};
in
(removeAttrs attrs ["x"]).y