eza/treefmt.nix
Christina Sørensen 05df8c9fea
ci(nix): add treefmt, rust-toolchain, nixfmt
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 18:23:14 +02:00

9 lines
117 B
Nix

{
projectRootFile = "Cargo.toml";
programs = {
# alejandra.enable = true;
rustfmt.enable = true;
};
}