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:
parent
ed3c771ab2
commit
3541a40635
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue