Fix pre-hooks not activating
This commit is contained in:
parent
60a0ceb192
commit
43eab988cf
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.direnv
|
||||
.helix
|
||||
.vale/styles/config/vocabularies/General
|
||||
.pre-commit-config.yaml
|
||||
|
|
|
@ -170,6 +170,11 @@
|
|||
${pkgs.uutils-coreutils-noprefix}/bin/ln -fs ${helixLanguagesFile} ./.helix/languages.toml
|
||||
'';
|
||||
};
|
||||
pre_commit = {
|
||||
text = ''
|
||||
${config.pre-commit.installationScript}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue