flake: enable shellcheck pre-commit hook
This commit is contained in:
parent
d0e6e03c23
commit
e295a60cf5
1 changed files with 4 additions and 0 deletions
|
|
@ -118,6 +118,10 @@
|
||||||
nixpkgs-fmt = {
|
nixpkgs-fmt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shellcheck = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue