chore(nix): add deadnix
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
cfca82ceb3
commit
5db4fabcad
@ -54,7 +54,9 @@
|
|||||||
src = ./.;
|
src = ./.;
|
||||||
hooks = {
|
hooks = {
|
||||||
markdownlint.enable = true;
|
markdownlint.enable = true;
|
||||||
|
|
||||||
alejandra.enable = true;
|
alejandra.enable = true;
|
||||||
|
deadnix.enable = true;
|
||||||
|
|
||||||
clang-format = {
|
clang-format = {
|
||||||
enable =
|
enable =
|
||||||
@ -75,6 +77,7 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nodePackages.markdownlint-cli
|
nodePackages.markdownlint-cli
|
||||||
alejandra
|
alejandra
|
||||||
|
deadnix
|
||||||
clang-tools
|
clang-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user