mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +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 =
|
perSystem =
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
formatter = config.treefmt.build.wrapper;
|
|
||||||
|
|
||||||
treefmt.config = {
|
treefmt.config = {
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
package = pkgs.treefmt;
|
package = pkgs.treefmt;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue