This commit is contained in:
mjallen18
2026-03-25 13:55:19 -05:00
parent 91ec603b62
commit 18e781d388
5 changed files with 106 additions and 3 deletions

View File

@@ -18,5 +18,12 @@ pre-commit-hooks-nix.lib.${pkgs.stdenv.hostPlatform.system}.run {
lib.snowfall.fs.get-file "treefmt.nix"
);
};
nixfmt-rfc-style = {
enable = true;
package = pkgs.nixfmt-rfc-style;
};
statix = {
enable = true;
};
};
}