From 3541a40635a301ba75431421324e2d072cf98a4a Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sun, 7 Dec 2025 01:52:05 +0000 Subject: [PATCH] flake/dev/flake: Pin git-hooks.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Pinned input 'git-hooks': 'github:cachix/git-hooks.nix/50b9238891e388c9fdc6a5c49e49c42533a1b5ce?narHash=sha256-QlcnByMc8KBjpU37rbq5iP7Cp97HvjRP0ucfdh%2BM4Qc%3D' (2025-11-24) --- flake/dev/flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index 5b6fd43e..058a25a1 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -17,7 +17,9 @@ }; git-hooks = { - url = "github:cachix/git-hooks.nix"; + # Pin to commit before https://github.com/cachix/git-hooks.nix/pull/664 + # rumdl not available in pkgs + url = "github:cachix/git-hooks.nix/50b9238891e388c9fdc6a5c49e49c42533a1b5ce"; inputs.nixpkgs.follows = "dev-nixpkgs"; inputs.flake-compat.follows = "flake-compat"; };