Add formatter output to flake so that 'nix fmt' does the right thing.
parent
c4ed1f1b80
commit
ec5b26347f
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue