From 565dfc28d7f17819d687b9e75108cbac587123c8 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Wed, 4 Sep 2024 01:58:53 -0400 Subject: [PATCH] Swap `nixfmt` for `nixfmt-rfc-style`. --- home/pkgs_and_programs.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/pkgs_and_programs.nix b/home/pkgs_and_programs.nix index fc779d1..7fc9548 100644 --- a/home/pkgs_and_programs.nix +++ b/home/pkgs_and_programs.nix @@ -122,9 +122,7 @@ in pkgs.megatools pkgs.ncdu pkgs.ndstool - pkgs.nixfmt-classic - # nixfmt was renamed to nixfmt-classic. - # The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style + pkgs.nixfmt-rfc-style pkgs.progress pkgs.pyrosimple pkgs.python3 @@ -161,6 +159,9 @@ in # Just use "nix shell nixpkgs#binutils -c strings -- INPUT" pkgs.mpv # Not needed on WSL + pkgs.nixfmt-classic + # nixfmt was renamed to nixfmt-classic. + # The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style pkgs.p7zip # Replaced in favour of nixpkgs#_7zz pkgs.rclone