hnix/data/let.nix
2014-08-27 23:54:31 +02:00

5 lines
55 B
Nix

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