1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-08 18:11:07 +01:00

flake/dev/flake: Pin git-hooks.nix

• Pinned input 'git-hooks':
  'github:cachix/git-hooks.nix/50b9238891e388c9fdc6a5c49e49c42533a1b5ce?narHash=sha256-QlcnByMc8KBjpU37rbq5iP7Cp97HvjRP0ucfdh%2BM4Qc%3D' (2025-11-24)
This commit is contained in:
Matt Sturgeon 2025-12-07 01:52:05 +00:00
parent ed3c771ab2
commit 3541a40635
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -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";
};