l krops: don't override source in tests
This commit is contained in:
parent
5c8a21d377
commit
9722a91761
@ -19,7 +19,7 @@
|
||||
};
|
||||
};
|
||||
}
|
||||
(if lib.pathExists (./. + "/1systems/${name}/source.nix") then
|
||||
(if (lib.pathExists (./. + "/1systems/${name}/source.nix")) && (! test) then
|
||||
import (./. + "/1systems/${name}/source.nix") { inherit lib pkgs test; }
|
||||
else
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user