diff --git a/flake.nix b/flake.nix index 6106f5e0a..0dd0b9655 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,8 @@ default = ghostty; }; + formatter.${system} = pkgs-stable.alejandra; + # Our supported systems are the same supported systems as the Zig binaries. }) (builtins.attrNames zig.packages)); }