Commit 954eaa9a authored by Tungsten842's avatar Tungsten842
Browse files

btop: add rocm version

parent f9179551
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26849,6 +26849,7 @@ with pkgs;
  };
  btop = darwin.apple_sdk_11_0.callPackage ../tools/system/btop { };
  btop-rocm = btop.override { rocmSupport = true; };
  nmon = callPackage ../os-specific/linux/nmon { };