btop: add rocm version (#326273)

This commit is contained in:
Aleksana
2024-10-27 13:56:48 +08:00
committed by GitHub
+1
View File
@@ -25556,6 +25556,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 { };