You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nix-in-node/samples/attrset-nested-rec-parent.nix

2 lines
62 B
Nix

rec { a = x: x + c; c = 2; b = rec { c = 3; d = a c; }; }.b.d