From a2669dcb184c3904023f7a731b757165addaa702 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Mon, 22 Jul 2024 15:02:19 +1000
Subject: [PATCH] flake: add hercules-ci-effects

---
 flake.lock | 24 ++++++++++++++++++++++++
 flake.nix  |  3 +++
 2 files changed, 27 insertions(+)

diff --git a/flake.lock b/flake.lock
index f128150..d1221a4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -125,6 +125,29 @@
         "type": "github"
       }
     },
+    "hercules-ci-effects": {
+      "inputs": {
+        "flake-parts": [
+          "flake-parts"
+        ],
+        "nixpkgs": [
+          "nixpkgs"
+        ]
+      },
+      "locked": {
+        "lastModified": 1724947644,
+        "narHash": "sha256-MHHrHasTngp7EYQOObHJ1a/IsRF+wodHqOckhH6uZbk=",
+        "owner": "hercules-ci",
+        "repo": "hercules-ci-effects",
+        "rev": "dba4367b9a9d9615456c430a6d6af716f6e84cef",
+        "type": "github"
+      },
+      "original": {
+        "owner": "hercules-ci",
+        "repo": "hercules-ci-effects",
+        "type": "github"
+      }
+    },
     "hydra": {
       "flake": false,
       "locked": {
@@ -298,6 +321,7 @@
         "empty": "empty",
         "flake-compat": "flake-compat",
         "flake-parts": "flake-parts",
+        "hercules-ci-effects": "hercules-ci-effects",
         "hydra": "hydra",
         "lite-config": "lite-config",
         "nix-darwin": "nix-darwin",
diff --git a/flake.nix b/flake.nix
index 4e34e3c..1cada3e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,9 @@
     flake-compat.url = "github:nix-community/flake-compat";
     flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
     flake-parts.url = "github:hercules-ci/flake-parts";
+    hercules-ci-effects.inputs.flake-parts.follows = "flake-parts";
+    hercules-ci-effects.inputs.nixpkgs.follows = "nixpkgs";
+    hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
     hydra.flake = false;
     hydra.url = "github:qowoz/hydra/community";
     lite-config.url = "github:yelite/lite-config";