5 lines
108 B
Nix
5 lines
108 B
Nix
_: {
|
|
projectRootFile = ".git/config";
|
|
programs.nixfmt.enable = true;
|
|
programs.ormolu.enable = true;
|
|
}
|