From 385155c2e20d31338741e681734ba1c381634785 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 5 Feb 2023 14:32:58 -0500 Subject: [PATCH] Not using Hercules-CI anymore. --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 8b9bf8c..59c4de6 100644 --- a/flake.nix +++ b/flake.nix @@ -112,8 +112,5 @@ devShells.default = config.mission-control.installToDevShell self'.devShells.main; }; - - # CI configuration - flake.herculesCI.ciSystems = [ "x86_64-linux" "aarch64-darwin" ]; }; }