1
0
Fork 0

Fix pre-hooks not activating

This commit is contained in:
Ethan Reece 2025-07-10 02:22:58 -05:00
parent 60a0ceb192
commit 43eab988cf
Signed by: me
GPG key ID: 198E9EB433DB1B28
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.direnv .direnv
.helix .helix
.vale/styles/config/vocabularies/General .vale/styles/config/vocabularies/General
.pre-commit-config.yaml

View file

@ -170,6 +170,11 @@
${pkgs.uutils-coreutils-noprefix}/bin/ln -fs ${helixLanguagesFile} ./.helix/languages.toml ${pkgs.uutils-coreutils-noprefix}/bin/ln -fs ${helixLanguagesFile} ./.helix/languages.toml
''; '';
}; };
pre_commit = {
text = ''
${config.pre-commit.installationScript}
'';
};
}; };
}; };
}; };