flake.nix: enble pre-commit
This commit is contained in:
parent
502c926f9f
commit
c87357b2d0
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.pre-commit-hooks.flakeModule
|
inputs.pre-commit-hooks.flakeModule
|
||||||
./hosts
|
./hosts
|
||||||
./hosts/deploy.nix
|
|
||||||
./home/profiles
|
./home/profiles
|
||||||
];
|
];
|
||||||
systems = ["x86_64-linux"];
|
systems = ["x86_64-linux"];
|
||||||
|
@ -61,6 +60,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
pre-commit = {
|
pre-commit = {
|
||||||
|
check.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
excludes = ["flake.lock"];
|
excludes = ["flake.lock"];
|
||||||
hooks = {
|
hooks = {
|
||||||
|
|
Loading…
Reference in a new issue