Skip to content

Commit

Permalink
flake.nix: Only have checks.*.dockerImage on supported systems
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Nov 25, 2021
1 parent 1f7584d commit 329b187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,9 @@
binaryTarball = self.hydraJobs.binaryTarball.${system};
perlBindings = self.hydraJobs.perlBindings.${system};
installTests = self.hydraJobs.installTests.${system};
} // (if system == "x86_64-linux" then {
dockerImage = self.hydraJobs.dockerImage.${system};
});
} else {}));

packages = forAllSystems (system: {
inherit (nixpkgsFor.${system}) nix;
Expand Down

0 comments on commit 329b187

Please sign in to comment.