1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-17 22:41:08 +01:00

Use specific revision for git-hooks

This commit is contained in:
Luc Perkins 2025-06-06 09:04:15 -07:00
parent 214654d91f
commit 112ff50944
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View file

@ -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": {

View file

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