fix nix flake check warnings

This commit is contained in:
mjallen18
2026-03-25 16:54:36 -05:00
parent ccd413d273
commit 78280d5150
6 changed files with 40 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ pre-commit-hooks-nix.lib.${pkgs.stdenv.hostPlatform.system}.run {
};
nixfmt-rfc-style = {
enable = true;
package = pkgs.nixfmt-rfc-style;
package = pkgs.nixfmt;
};
statix = {
enable = true;