diff --git a/flake.nix b/flake.nix index 871ea3a..78ff54b 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,9 @@ in { lib = attributesToAttrset overlayAttributes.wrong; packages = attributesToAttrset overlayAttributes.right; + hydraJobs = pkgs.lib.optionalAttrs + (system == "x86_64-linux" ) self.packages; + } )); }