treefmt-nix: disable flake formatter flag
This commit is contained in:
parent
23735639ce
commit
a22c88b0a7
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue