From 112ff5094427f215f1fec444663af2cd07017510 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 6 Jun 2025 09:04:15 -0700 Subject: [PATCH] Use specific revision for git-hooks --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 1a3c943e5..bf35f616c 100644 --- a/flake.lock +++ b/flake.lock @@ -53,7 +53,7 @@ }, "original": { "type": "tarball", - "url": "https://flakehub.com/f/cachix/git-hooks.nix/0.1" + "url": "https://flakehub.com/f/cachix/git-hooks.nix/0.1.941" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index e4e08a649..52232facd 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ # dev tooling inputs.flake-parts.url = "https://flakehub.com/f/hercules-ci/flake-parts/0.1"; - inputs.git-hooks-nix.url = "https://flakehub.com/f/cachix/git-hooks.nix/0.1"; + inputs.git-hooks-nix.url = "https://flakehub.com/f/cachix/git-hooks.nix/0.1.941"; # work around https://github.com/NixOS/nix/issues/7730 inputs.flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; inputs.git-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";