From 142947453ef4bde18cc8d39a714818edfd3998ea Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 22 Mar 2024 19:24:11 -0400 Subject: [PATCH] ci/haskell-flake: moar runners --- nix-darwin/ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-darwin/ci.nix b/nix-darwin/ci.nix index 976f124..75164d7 100644 --- a/nix-darwin/ci.nix +++ b/nix-darwin/ci.nix @@ -58,7 +58,7 @@ }; haskell-flake = { url = "https://github.com/srid/haskell-flake"; - num = 2; + num = 2 * 7; }; heist-extra = { url = "https://github.com/srid/heist-extra";