enable nixos tests for fetchGit and remote builds

This commit is contained in:
DavHau 2023-12-30 17:28:46 +07:00 committed by Tom Bereknyei
parent fbceb864fa
commit 032122400b

View File

@ -179,6 +179,7 @@
repl-completion = nixpkgsFor.${system}.native.callPackage ./tests/repl-completion.nix { };
} // (lib.optionalAttrs (builtins.elem system linux64BitSystems)) {
dockerImage = self.hydraJobs.dockerImage.${system};
fetch-git = self.hydraJobs.tests.fetch-git;
} // (lib.optionalAttrs (!(builtins.elem system linux32BitSystems))) {
# Some perl dependencies are broken on i686-linux.
# Since the support is only best-effort there, disable the perl