From 09fa00c92c0d87051442dfd3f5b8d88caba83f51 Mon Sep 17 00:00:00 2001 From: Steffen Beyer Date: Sun, 24 May 2026 15:20:00 +0200 Subject: [PATCH] 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`. --- devenv.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devenv.yaml b/devenv.yaml index 8910368..bcfd1c7 100644 --- a/devenv.yaml +++ b/devenv.yaml @@ -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