hnix/data/let.nix

5 lines
55 B
Nix

let
b.a = 3;
b.c = { e = {}; };
b.c.e.f = 4;
in b