File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 238238 # For the cache fallback behaviour in 2.32
239239 nixVersions . latest
240240 nixd
241- nixfmt-rfc-style
241+ nixfmt
242242 shellcheck
243243 watchexec
244244 ] ;
245245
246246 DPRINT = pkgs . dprint + "/bin/dprint" ;
247247 GIT = pkgs . git + "/bin/git" ;
248248 HOMEMANAGER = pkgs . home-manager + "/bin/home-manager" ;
249- NIXFMT = pkgs . nixfmt-rfc-style + "/bin/nixfmt" ;
249+ NIXFMT = pkgs . nixfmt + "/bin/nixfmt" ;
250250 SHELLCHECK = pkgs . shellcheck + "/bin/shellcheck" ;
251251 WATCHEXEC = pkgs . watchexec + "/bin/watchexec" ;
252252 } ;
253253
254254 treefmt = {
255255 programs . nixfmt . enable = true ;
256- programs . nixfmt . package = pkgs . nixfmt-rfc-style ;
257-
258256 programs . dprint = {
259257 enable = false ; # Causing issues with flake checks
260258 settings . plugins = (
You can’t perform that action at this time.
0 commit comments