aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 22ea2911e..abc614c8d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -440,8 +440,6 @@
checks = forAllSystems (system: {
binaryTarball = self.hydraJobs.binaryTarball.${system};
perlBindings = self.hydraJobs.perlBindings.${system};
- } // nixpkgs.lib.optionalAttrs (builtins.elem system linuxSystems) {
- buildStatic = self.hydraJobs.buildStatic.${system};
});
packages = forAllSystems (system: {