From 613eb3bdb2a6579fd13895daf890470190d4bb9b Mon Sep 17 00:00:00 2001 From: adisbladis Date: Tue, 1 Aug 2023 16:44:57 +1200 Subject: [PATCH] flake: Set herculesCI attribute --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 802670a51..222eda0b4 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,10 @@ }; # for backward compatibility, is safe to delete, not referenced anywhere overlay = self.overlays.default; + + # Run Hercules CI for these systems. + herculesCI.ciSystems = [ "x86_64-linux" ]; + } // flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: { hydraJobs =