forked from lix-project/lix
6 lines
58 B
Nix
6 lines
58 B
Nix
|
let
|
||
|
attr = {foo = "bar";};
|
||
|
key = {};
|
||
|
in
|
||
|
attr.${key}
|