Commit 2c87a4bdd256

Vincent Demeester <vincent@sbr.pm>
2025-10-20 16:31:32
pkgs/nixfmt-plus: nifmt-rfc-style is no more in unstable
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a08528a
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 = ''