Only Package x86-64 For now

This commit is contained in:
2023-05-23 14:16:53 -04:00
parent bfb6f5bf1b
commit 5c2be8a078

View File

@@ -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;