mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Add formatter output to flake so that 'nix fmt' does the right thing.
This commit is contained in:
@ -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));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user