forked from lix-project/lix
5 lines
65 B
Nix
5 lines
65 B
Nix
rec {
|
|
"${"foo"}" = "bar";
|
|
__overrides = { bar = "qux"; };
|
|
}
|