Update to use nixfmt instead of nixfmt-rfc-style
This commit is contained in:
parent
f0c644efa3
commit
5a55725bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
||||||
# nix
|
# nix
|
||||||
nixd = {
|
nixd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.formatting.command = [ "${pkgs.nixfmt-rfc-style}/bin/nixfmt" ];
|
config.formatting.command = [ "${pkgs.nixfmt}/bin/nixfmt" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue