mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Avoid deprecated option
This commit is contained in:
parent
4780297c9e
commit
7c1542f261
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
||||||
formatter.${system} =
|
formatter.${system} =
|
||||||
(inputs.treefmt-nix.lib.evalModule pkgs {
|
(inputs.treefmt-nix.lib.evalModule pkgs {
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
programs.nixfmt-rfc-style.enable = true;
|
programs.nixfmt.enable = true;
|
||||||
programs.prettier.enable = true;
|
programs.prettier.enable = true;
|
||||||
}).config.build.wrapper;
|
}).config.build.wrapper;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue