forked from lix-project/lix
eldritch horrors
2ba9788003
Pass positions when evaluating (cherry picked from commitc8458bd731
) Change-Id:I1b4a5d58973be6264ffdb23b4492da200fdb71be
6 lines
58 B
Nix
6 lines
58 B
Nix
let
|
|
attr = {foo = "bar";};
|
|
key = {};
|
|
in
|
|
attr.${key}
|