Fix pre-hooks not activating
This commit is contained in:
parent
6584613929
commit
ffc6b25de7
2 changed files with 3 additions and 4 deletions
|
@ -192,6 +192,9 @@
|
|||
${pkgs.uutils-coreutils-noprefix}/bin/ln -fs ${helixLanguagesFile} ./.helix/languages.toml
|
||||
'';
|
||||
};
|
||||
pre-commit.text = ''
|
||||
${config.pre-commit.installationScript}
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -46,10 +46,6 @@ in
|
|||
configPath = typosConfigFile.outPath;
|
||||
locale = "en-us";
|
||||
};
|
||||
excludes = [
|
||||
".vale/*"
|
||||
"home/vencord.nix"
|
||||
];
|
||||
};
|
||||
vale.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue