chore(3p/nix/tests): Remove leftover '__overrides' tests
This commit is contained in:
parent
3b903193be
commit
d27c722e9e
2 changed files with 0 additions and 5 deletions
|
@ -1 +0,0 @@
|
|||
{ __overrides = { bar = "qux"; }; bar = "qux"; foo = "bar"; }
|
|
@ -1,4 +0,0 @@
|
|||
rec {
|
||||
"${"foo"}" = "bar";
|
||||
__overrides = { bar = "qux"; };
|
||||
}
|
Loading…
Reference in a new issue