diff options
Diffstat (limited to 'modules/treefmt.nix')
| -rw-r--r-- | modules/treefmt.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/treefmt.nix b/modules/treefmt.nix index ab36cdb..5d0b979 100644 --- a/modules/treefmt.nix +++ b/modules/treefmt.nix @@ -1,4 +1,5 @@ -{pkgs, ...}: { +{ ... }: +{ # Used to find the project root projectRootFile = "flake.nix"; programs.nixfmt.enable = true; |
