1
0
Fork 0

Fix pre-hooks not activating

This commit is contained in:
Ethan Reece 2025-07-10 04:37:51 -05:00
parent 6584613929
commit ffc6b25de7
Signed by: me
GPG key ID: 198E9EB433DB1B28
2 changed files with 3 additions and 4 deletions

View file

@ -192,6 +192,9 @@
${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}
'';
}; };
}; };
}; };

View file

@ -46,10 +46,6 @@ in
configPath = typosConfigFile.outPath; configPath = typosConfigFile.outPath;
locale = "en-us"; locale = "en-us";
}; };
excludes = [
".vale/*"
"home/vencord.nix"
];
}; };
vale.enable = true; vale.enable = true;
}; };