ebbe86306f
For some previously untested cases. In a future commit, those tests will also be adjusted slightly
4 lines
127 B
Nix
4 lines
127 B
Nix
self: super: {
|
|
foo = self._internalCallByNamePackageFile ./foo.nix;
|
|
bar = self._internalCallByNamePackageFile ./foo.nix;
|
|
}
|