mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
7 lines
114 B
Nix
7 lines
114 B
Nix
{
|
|
projectRootFile = "Cargo.toml";
|
|
programs = {
|
|
alejandra.enable = true;
|
|
rustfmt.enable = true;
|
|
};
|
|
}
|