fix: take care of stupid warnings.
This commit is contained in:
parent
506525af35
commit
70a2e78c78
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
git-hooks,
|
||||
...
|
||||
}: let
|
||||
git-check = git-hooks.lib.${pkgs.system}.run {
|
||||
git-check = git-hooks.lib.${pkgs.stdenv.hostPlatform.system}.run {
|
||||
src = ".";
|
||||
hooks = {
|
||||
# Git commit lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue