mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02: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:
parent
ec78d2e1ab
commit
4d1d008e78
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@
|
|||
perSystem =
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
formatter = config.treefmt.build.wrapper;
|
||||
|
||||
treefmt.config = {
|
||||
projectRootFile = "flake.nix";
|
||||
package = pkgs.treefmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue