From bfb6f5bf1b5f351a5553f39f527f1098d86bc259 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Tue, 23 May 2023 13:40:28 -0400 Subject: [PATCH] Add overlay packages as HydraJobs --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 871ea3a..78ff54b 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,9 @@ in { lib = attributesToAttrset overlayAttributes.wrong; packages = attributesToAttrset overlayAttributes.right; + hydraJobs = pkgs.lib.optionalAttrs + (system == "x86_64-linux" ) self.packages; + } )); }