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

2 lines
35 B
Nix

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