aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 1b98b526e..ff152ebd6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;