move nixosTestLib to pkgs/testing

This commit is contained in:
Jörg Thalheim
2025-07-02 16:03:01 +02:00
parent c148ece02e
commit 1e7453ab04
11 changed files with 100 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ nixosLib.runTest (
clan.test.fromFlake = ./.;
extraPythonPackages = _p: [
clan-core.legacyPackages.${hostPkgs.system}.setupNixInNixPythonPackage
clan-core.legacyPackages.${hostPkgs.system}.nixosTestLib
];
testScript =