diff --git a/flake.nix b/flake.nix
index 22ea2911e4c5872d8cc453efeab188636b229168..abc614c8de4629fe9ac24fa48773259b8d186de3 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: {