btop: add rocm version

This commit is contained in:
Tungsten842
2024-07-27 12:40:47 +02:00
parent f917955188
commit 954eaa9a72
+1
View File
@@ -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 { };