1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00
nix/tests/lang/eval-okay-attrs6.nix

4 lines
65 B
Nix

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