1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 23:42:43 +01:00
nix/tests/lang/eval-okay-attrs6.nix

4 lines
65 B
Nix

rec {
"${"foo"}" = "bar";
__overrides = { bar = "qux"; };
}