fix(shell): Use right version of reuse
This commit is contained in:
parent
a81c4009de
commit
7bdf27f823
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ let
|
||||||
reuse = nix-reuse.hook {
|
reuse = nix-reuse.hook {
|
||||||
enable = true;
|
enable = true;
|
||||||
stages = [ "pre-push" ];
|
stages = [ "pre-push" ];
|
||||||
|
package = pkgs.reuse; # git-hooks.nix is lagging on nixpkgs update
|
||||||
};
|
};
|
||||||
|
|
||||||
commitizen.enable = true;
|
commitizen.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue