diff --git a/flake.nix b/flake.nix index 78ff54b..2928fff 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,8 @@ ]; in { lib = attributesToAttrset overlayAttributes.wrong; - packages = attributesToAttrset overlayAttributes.right; + packages = pkgs.lib.optionalAttrs + (system == "x86_64-linux" ) (attributesToAttrset overlayAttributes.right); hydraJobs = pkgs.lib.optionalAttrs (system == "x86_64-linux" ) self.packages;