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