From d693f6d5a265ad0f0ef4c9e401a4ae20f658b161 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 23 Oct 2024 18:47:26 +0200 Subject: [PATCH] run x86_64-linux on hercules-ci --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0869c01..f05e3b3 100644 --- a/flake.nix +++ b/flake.nix @@ -133,5 +133,7 @@ // (vm_test "ssl" ./test/blocks/ssl.nix) ); } - ); + ) // { + herculesCI.ciSystems = [ "x86_64-linux" ]; + }; }