File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77{
88 home . packages = with pkgs ; [
99 nixd # Language server
10- nixfmt-rfc-style # Nix formatter
10+ nixfmt # Nix formatter
1111 nix-bundle
1212 nix-inspect
1313 nix-output-monitor
Original file line number Diff line number Diff line change 2828 "nil"
2929 ] ;
3030 formatter = {
31- command = "${ pkgs . nixfmt-rfc-style } /bin/nixfmt" ;
31+ command = "${ pkgs . nixfmt } /bin/nixfmt" ;
3232 } ;
3333 }
3434 ] ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pkgs: {
3737 "nix.enableLanguageServer" = true ;
3838 "nix.serverPath" = "${ pkgs . nixd } /bin/nixd" ;
3939 "nix.serverSettings" = {
40- "nixd.formatting.command" = [ "${ pkgs . nixfmt-rfc-style } /bin/nixfmt" ] ;
40+ "nixd.formatting.command" = [ "${ pkgs . nixfmt } /bin/nixfmt" ] ;
4141 } ;
4242 "nix.formatterPath" = "nixfmt" ;
4343 "rust-analyzer.check.command" = "clippy" ;
You can’t perform that action at this time.
0 commit comments