From c63bf7e4a2c29a1db6e0dc0e3617eb823010ad1e Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Tue, 16 Apr 2024 12:11:14 +0200 Subject: [PATCH] [CI] Suppport `x86_64-darwin` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a38d4555d..9c3d8983a 100644 --- a/flake.nix +++ b/flake.nix @@ -534,7 +534,7 @@ }; }; - herculesCI.ciSystems = [ "x86_64-linux" ]; + herculesCI.ciSystems = [ "x86_64-linux" "x86_64-darwin" ]; }; }; }