nix-in-node/samples/attrset-binary.nix
2022-02-02 10:39:55 +01:00

2 lines
52 B
Nix

rec { x = { a = 1; b = x.a + 1; c = x.b + 1; }; }.x