7 lines
119 B
Nix
7 lines
119 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
# Used to find the project root
|
||
|
projectRootFile = "flake.nix";
|
||
|
programs.nixfmt.enable = true;
|
||
|
}
|