From dc38151cf90eeefd755695991cdea43e40cf6cd4 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Thu, 25 May 2023 12:11:24 -0400 Subject: [PATCH] That's why I needed it, riiiight --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fbf495e..9e2b191 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,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; }