flake: enable automatic typo checks

This commit is contained in:
Julian Stecklina 2023-01-21 10:28:02 +01:00
parent dd499f6642
commit 4b50882645
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@
settings.hooks = { settings.hooks = {
nixpkgs-fmt.enable = true; nixpkgs-fmt.enable = true;
typos.enable = true;
}; };
}; };