Skip to content

Commit

Permalink
enable nixos tests for fetchGit and remote builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau authored and tomberek committed Mar 25, 2024
1 parent 6d90287 commit 8ccc4c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ccc4c2

Please sign in to comment.