Compare commits

...

3 commits

Author SHA1 Message Date
raf
317877430a
Merge pull request #1323 from jtliang24/main
Some checks are pending
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
Updated Nix language module to use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style
2026-01-08 07:43:06 +03:00
jtliang24
28a9fd25f7
Update release notes for this change 2026-01-07 22:44:34 -05:00
jtliang24
2973ce1a6f
Update nixfmt command to use pkgs.nixfmt 2026-01-07 22:33:48 -05:00
2 changed files with 5 additions and 1 deletions

View file

@ -36,3 +36,7 @@
[Libadoxon](https://github.com/Libadoxon):
- `toggleterm` open map now also works when in terminal mode
[jtliang24](https://github.com/jtliang24):
- Updated nix language plugin to use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style

View file

@ -39,7 +39,7 @@
};
nixfmt = {
command = getExe pkgs.nixfmt-rfc-style;
command = getExe pkgs.nixfmt;
};
};