9 lines
129 B
Nix
9 lines
129 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
projectRootFile = "flake.nix";
|
||
|
programs = {
|
||
|
nixfmt-rfc-style.enable = true;
|
||
|
rustfmt.enable = true;
|
||
|
};
|
||
|
}
|