From dd2da537c796015f4bf7a59a59b7a67de21491d1 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Tue, 26 Nov 2024 13:38:37 +1000
Subject: [PATCH] flake.lock: Update
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Flake lock file updates:

• Updated input 'buildbot-nix':
    'github:nix-community/buildbot-nix/2bbd199879062ed4fdd512e8c48cc9786e0043bd?narHash=sha256-4dJrWa1srQu9JUCGaTH7Kzewf%2BMqZRSAAasSE4uFCtE%3D' (2024-11-20)
  → 'github:nix-community/buildbot-nix/037344cad03e933ea370c0766b39b959820446e5?narHash=sha256-kR2RwG4H32zRkyVVfDKUnoPxORb6DzztE16oc98ZzSg%3D' (2024-11-25)
• Added input 'buildbot-nix/hercules-ci-effects':
    follows 'hercules-ci-effects'
---
 flake.lock | 9 ++++++---
 flake.nix  | 1 +
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/flake.lock b/flake.lock
index ec9e138..4217dd9 100644
--- a/flake.lock
+++ b/flake.lock
@@ -34,6 +34,9 @@
         "flake-parts": [
           "flake-parts"
         ],
+        "hercules-ci-effects": [
+          "hercules-ci-effects"
+        ],
         "nixpkgs": [
           "nixpkgs"
         ],
@@ -42,11 +45,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1732102561,
-        "narHash": "sha256-4dJrWa1srQu9JUCGaTH7Kzewf+MqZRSAAasSE4uFCtE=",
+        "lastModified": 1732578586,
+        "narHash": "sha256-kR2RwG4H32zRkyVVfDKUnoPxORb6DzztE16oc98ZzSg=",
         "owner": "nix-community",
         "repo": "buildbot-nix",
-        "rev": "2bbd199879062ed4fdd512e8c48cc9786e0043bd",
+        "rev": "037344cad03e933ea370c0766b39b959820446e5",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 826edba..648f13e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,6 +15,7 @@
     buildbot-nix.inputs.flake-parts.follows = "flake-parts";
     buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
     buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";
+    buildbot-nix.inputs.hercules-ci-effects.follows = "hercules-ci-effects";
     buildbot-nix.url = "github:nix-community/buildbot-nix";
     cgroup-exporter.inputs.nixpkgs.follows = "nixpkgs";
     cgroup-exporter.url = "github:arianvp/cgroup-exporter";