1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

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 6d90287f5a
commit 8ccc4c216d

View file

@ -352,6 +352,7 @@
'';
} // (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