Commit b4823cd
committed
fix(nix): replace deprecated nixfmt-rfc-style with nixfmt
nixfmt-rfc-style is now the same as pkgs.nixfmt and should be used
instead. This removes the explicit package override in treefmt and
updates devShells to use the standard nixfmt package.
- Remove nixfmt.package override in treefmt config (defaults to nixfmt)
- Replace nixfmt-rfc-style with nixfmt in devShells.default
- Update nix-workflow.md documentation to reflect the change1 parent 893ed42 commit b4823cd
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
97 | | - | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
0 commit comments