8 lines
119 B
Nix
8 lines
119 B
Nix
{ ... }:
|
|
{
|
|
projectRootFile = "flake.nix";
|
|
programs = {
|
|
nixfmt.enable = true;
|
|
rustfmt.enable = true;
|
|
};
|
|
}
|