ci/default.nix: nixfmt-rfc-style -> nixfmt

This was changed a tad early, technically it should have been changed
with the pinned nixpkgs for CI only.

(cherry picked from commit d1a4769b38)
This commit is contained in:
Silvan Mosberger
2025-07-14 16:24:06 +02:00
committed by Wolfgang Walther
parent 46d9dd6b8a
commit 519e9a8aa1

View File

@@ -49,7 +49,7 @@ let
programs.keep-sorted.enable = true;
# This uses nixfmt-rfc-style underneath,
# This uses nixfmt underneath,
# the default formatter for Nix code.
# See https://github.com/NixOS/nixfmt
programs.nixfmt.enable = true;