chore(nix): add deadnix

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-03-14 10:59:43 +01:00
parent cfca82ceb3
commit 5db4fabcad
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -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
]; ];