Skip to content

Commit

Permalink
Merge pull request #81 from willbush/bugfix/fix-warning-using-old-nixfmt
Browse files Browse the repository at this point in the history
Fix warning about using old nixfmt
  • Loading branch information
philiptaron authored Jul 14, 2024
2 parents 221cb20 + 8776200 commit bcea42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let
projectRootFile = ".git/config";

programs.rustfmt.enable = true;
programs.nixfmt-rfc-style.enable = true;
programs.nixfmt.enable = true;
programs.shfmt.enable = true;
settings.formatter.shfmt.options = [ "--space-redirects" ];
};
Expand Down

0 comments on commit bcea42a

Please sign in to comment.