fix(shell): Use right version of reuse
This commit is contained in:
parent
0bd131654c
commit
f3f156212d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue