From 83a01cdd4883df19bc6cedff70b243a85e03a3aa Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 2 Jun 2023 13:55:44 -0400 Subject: [PATCH] Re-enable 'nix fmt' --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7046d8b..b8dd14d 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,7 @@ # Development shell configuration devShell = { + # TODO: Remove this after https://github.com/numtide/treefmt-nix/issues/65 tools = hp: { treefmt = config.treefmt.build.wrapper; } // config.treefmt.build.programs; @@ -67,7 +68,6 @@ treefmt.config = { inherit (config.flake-root) projectRootFile; package = pkgs.treefmt; - flakeFormatter = false; # For https://github.com/numtide/treefmt-nix/issues/55 programs.ormolu.enable = true; programs.nixpkgs-fmt.enable = true;