mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
4 lines
65 B
Nix
4 lines
65 B
Nix
rec {
|
|
"${"foo"}" = "bar";
|
|
__overrides = { bar = "qux"; };
|
|
}
|