fix(shell): Use right version of reuse

This commit is contained in:
sinavir 2025-01-04 12:00:59 +01:00
parent 0bd131654c
commit f3f156212d
No known key found for this signature in database

View file

@ -47,6 +47,7 @@ let
reuse = nix-reuse.hook {
enable = true;
stages = [ "pre-push" ];
package = pkgs.reuse; # git-hooks.nix is lagging on nixpkgs update
};
commitizen.enable = true;