Fix vscode nix formatter
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -12,10 +12,9 @@ lib.mkIf config.programs.vscode.languages.nix.enable {
|
||||
"nix.serverSettings" = {
|
||||
nil = {
|
||||
formatting.command = [
|
||||
(lib.meta.getExe pkgs.nix)
|
||||
"fmt"
|
||||
"--"
|
||||
(lib.meta.getExe pkgs.nixfmt-rfc-style)
|
||||
"--"
|
||||
"-"
|
||||
];
|
||||
nix = {
|
||||
maxMemoryMB = null;
|
||||
|
Reference in New Issue
Block a user