mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
6 lines
58 B
Nix
6 lines
58 B
Nix
|
let
|
||
|
attr = {foo = "bar";};
|
||
|
key = {};
|
||
|
in
|
||
|
attr.${key}
|