0a8888d1c7
Shows for how long these tests have not been touched by anyone … Change-Id: I3d0c1209a86283ddb012db4e7d45073264fdd0eb
4 lines
66 B
Nix
4 lines
66 B
Nix
let
|
|
attrs = {x = 123; y = 456;};
|
|
in
|
|
(removeAttrs attrs ["x"]).y
|