nix-in-node/samples/attrset-nested-both.nix

2 lines
61 B
Nix
Raw Normal View History

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