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 committed Jan 25, 2024
1 parent 4e8483d commit bbb99a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@
'';
} // (lib.optionalAttrs (builtins.elem system linux64BitSystems)) {
dockerImage = self.hydraJobs.dockerImage.${system};
fetch-git = self.hydraJobs.tests.fetch-git;
remoteBuilds = self.hydraJobs.tests.remoteBuilds;
});

packages = forAllSystems (system: rec {
Expand Down

0 comments on commit bbb99a8

Please sign in to comment.