From d2b6cf44a3277fd5d04bc10110d344827217e24e Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Mon, 22 Dec 2025 23:00:07 +0100 Subject: nixfmt --- modules/treefmt.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/treefmt.nix') 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; -- cgit v1.3.1