Skip to content

Commit 3178774

Browse files
authored
Merge pull request #1323 from jtliang24/main
Updated Nix language module to use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style
2 parents ceaae0e + 28a9fd2 commit 3178774

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/manual/release-notes/rl-0.9.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@
3636
[Libadoxon](https://github.com/Libadoxon):
3737

3838
- `toggleterm` open map now also works when in terminal mode
39+
40+
[jtliang24](https://github.com/jtliang24):
41+
42+
- Updated nix language plugin to use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style

modules/plugins/languages/nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
};
4040

4141
nixfmt = {
42-
command = getExe pkgs.nixfmt-rfc-style;
42+
command = getExe pkgs.nixfmt;
4343
};
4444
};
4545

0 commit comments

Comments
 (0)