Add formatter output to flake so that 'nix fmt' does the right thing.

This commit is contained in:
Jeffrey C. Ollie
2023-12-12 11:55:44 -06:00
parent c4ed1f1b80
commit ec5b26347f

View File

@ -58,6 +58,8 @@
default = ghostty; default = ghostty;
}; };
formatter.${system} = pkgs-stable.alejandra;
# Our supported systems are the same supported systems as the Zig binaries. # Our supported systems are the same supported systems as the Zig binaries.
}) (builtins.attrNames zig.packages)); }) (builtins.attrNames zig.packages));
} }