diff --git a/flake.nix b/flake.nix index d6838ad..fbf495e 100644 --- a/flake.nix +++ b/flake.nix @@ -30,11 +30,9 @@ ]; in { lib = attributesToAttrset overlayAttributes.wrong; - packages = pkgs.lib.optionalAttrs - (system == "x86_64-linux" ) (attributesToAttrset overlayAttributes.right); + packages = attributesToAttrset overlayAttributes.right; hydraJobs = pkgs.lib.optionalAttrs (system == "x86_64-linux" ) self.packages; - } )); }