mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 15:30:15 -05:00
flake-modules: treefmt is formatter by default
Remove explicit `formatter = config.treefmt.build.wrapper`, because treefmt's `flakeFormatter` option (default `true`) handles that for us.
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
perSystem =
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
formatter = config.treefmt.build.wrapper;
|
||||
|
||||
treefmt.config = {
|
||||
projectRootFile = "flake.nix";
|
||||
package = pkgs.treefmt;
|
||||
|
||||
Reference in New Issue
Block a user