1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 02:27:44 +00:00

feat: swap out alejandra with nixfmt

This commit is contained in:
RGBCube 2025-04-13 21:39:31 +03:00
parent a6293bb144
commit b6c6b8365a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -67,7 +67,7 @@ in {
{ {
name = "nix"; name = "nix";
auto-format = false; auto-format = false;
formatter.command = "alejandra"; formatter.command = "nixfmt";
} }
{ {
@ -212,7 +212,7 @@ in {
marksman marksman
# NIX # NIX
alejandra nixfmt-rfc-style
nil nil
# PYTHON # PYTHON