From 34caca9bdd1a5cd1b9a29804e54b5012db53d217 Mon Sep 17 00:00:00 2001
From: Andrea Ciceri <andrea.ciceri@autistici.org>
Date: Wed, 21 Feb 2024 21:28:18 +0100
Subject: [PATCH] Fix?

---
 flake.lock | 7 ++++---
 flake.nix  | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/flake.lock b/flake.lock
index b1b0b16..8c960a7 100644
--- a/flake.lock
+++ b/flake.lock
@@ -568,15 +568,16 @@
         "nixpkgs": "nixpkgs_7"
       },
       "locked": {
-        "lastModified": 1704029560,
-        "narHash": "sha256-a4Iu7x1OP+uSYpqadOu8VCPY+MPF3+f6KIi+MAxlgyw=",
+        "lastModified": 1708539323,
+        "narHash": "sha256-xU/KC1PWqq5zL9dQ9wYhcdgxAwdeF/dJCLPH3PNZEBg=",
         "owner": "hercules-ci",
         "repo": "hercules-ci-effects",
-        "rev": "d5cbf433a6ae9cae05400189a8dbc6412a03ba16",
+        "rev": "1fd59930fdca500bf79ddc9488b346d45f7e9dbc",
         "type": "github"
       },
       "original": {
         "owner": "hercules-ci",
+        "ref": "fix-darwin-ciSystems",
         "repo": "hercules-ci-effects",
         "type": "github"
       }
diff --git a/flake.nix b/flake.nix
index 60d92e0..f177bea 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,7 +41,7 @@
       url = "github:numtide/treefmt-nix";
       inputs.nixpkgs.follows = "nixpkgsUnstable";
     };
-    hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
+    hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects/fix-darwin-ciSystems";
     dream2nix.url = "github:nix-community/dream2nix";
     hercules-ci-agent.url = "github:hercules-ci/hercules-ci-agent";
     nix-fast-build = {