Use the nix tree formatter

This commit is contained in:
SebastianStork 2025-10-04 19:56:57 +02:00
parent dc48edfc41
commit e1c719a75f

View file

@ -26,6 +26,6 @@
}; };
}; };
formatter.${system} = pkgs.nixfmt-rfc-style; formatter.${system} = pkgs.nixfmt-tree;
}; };
} }