set up treefmt

This commit is contained in:
2025-02-08 17:37:54 -05:00
parent f43a34f37c
commit c12bd0c7ca
3 changed files with 16 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
overlays = import ./overlays {inherit inputs outputs;};
devShells = forEachSystem (pkgs: import ./shell.nix {inherit pkgs;});
formatter = forEachSystem (pkgs: pkgs.alejandra);
formatter = forEachSystem (pkgs: pkgs.treefmt);
nixosConfigurations = {
bob = lib.nixosSystem {