Commit fa6d05ab1097

Vincent Demeester <vincent@sbr.pm>
2025-07-21 09:35:41
packages: nixfmt-rfc-style lost its style
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b00c920
Changed files (1)
pkgs/nixfmt-plus.nix
@@ -4,7 +4,7 @@ pkgs.writeShellApplication {
   name = "nixfmt-plus";
   runtimeInputs = with pkgs; [
     deadnix
-    nixfmt-rfc-style
+    nixfmt
     statix
   ];
   text = ''