diff --git a/flake.lock b/flake.lock index bb07a0eb1..f90b381e7 100644 --- a/flake.lock +++ b/flake.lock @@ -145,6 +145,26 @@ "type": "github" } }, + "flake-utils": { + "inputs": { + "systems": [ + "systems" + ] + }, + "locked": { + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "hercules-ci-effects": { "inputs": { "flake-parts": [ @@ -357,6 +377,7 @@ "empty": "empty", "flake-compat": "flake-compat", "flake-parts": "flake-parts", + "flake-utils": "flake-utils", "hercules-ci-effects": "hercules-ci-effects", "hydra": "hydra", "lite-config": "lite-config", diff --git a/flake.nix b/flake.nix index 3777ffb44..2fa496bb9 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,8 @@ flake-compat.url = "github:nix-community/flake-compat"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; flake-parts.url = "github:hercules-ci/flake-parts"; + flake-utils.inputs.systems.follows = "systems"; + flake-utils.url = "github:numtide/flake-utils"; 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";