chore: declare git-hooks input in devenv.yaml

Newer devenv versions require git-hooks.nix to be declared as an
explicit input when devenv.nix uses `git-hooks.hooks`.
This commit is contained in:
2026-05-24 15:20:00 +02:00
parent 0fa953420b
commit 09fa00c92c
+5
View File
@@ -2,6 +2,11 @@
inputs:
nixpkgs:
url: github:cachix/devenv-nixpkgs/rolling
git-hooks:
url: github:cachix/git-hooks.nix
inputs:
nixpkgs:
follows: nixpkgs
nixpkgs-unstable:
url: github:NixOS/nixpkgs/nixos-unstable