Add overlay packages as HydraJobs
This commit is contained in:
@@ -27,6 +27,9 @@
|
|||||||
in {
|
in {
|
||||||
lib = attributesToAttrset overlayAttributes.wrong;
|
lib = attributesToAttrset overlayAttributes.wrong;
|
||||||
packages = attributesToAttrset overlayAttributes.right;
|
packages = attributesToAttrset overlayAttributes.right;
|
||||||
|
hydraJobs = pkgs.lib.optionalAttrs
|
||||||
|
(system == "x86_64-linux" ) self.packages;
|
||||||
|
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user