6 lines
106 B
Nix
6 lines
106 B
Nix
![]() |
_: {
|
||
|
projectRootFile = "flake.nix";
|
||
|
programs.nixfmt.enable = true;
|
||
|
programs.ormolu.enable = true;
|
||
|
}
|