fix: resolve nix build warnings

This commit is contained in:
2026-02-22 16:40:20 +01:00
parent b895e85953
commit 7b13880be2
9 changed files with 28 additions and 24 deletions

View File

@@ -10,7 +10,10 @@ let
pre-commit-check = git-hooks.lib.${system}.run {
inherit src;
hooks = {
nixfmt.enable = true;
nixfmt = {
enable = true;
package = pkgs.nixfmt;
};
statix.enable = true;
deadnix.enable = true;
};