From ec5b26347fc6b994acff2739faaae752d4ab6c11 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 12 Dec 2023 11:55:44 -0600 Subject: [PATCH] Add formatter output to flake so that 'nix fmt' does the right thing. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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)); }