btop: add cuda version (#387291)

This commit is contained in:
Sandro
2025-03-05 16:01:48 +01:00
committed by GitHub
+1
View File
@@ -11954,6 +11954,7 @@ with pkgs;
};
btop = darwin.apple_sdk_11_0.callPackage ../tools/system/btop { };
btop-cuda = btop.override { cudaSupport = true; };
btop-rocm = btop.override { rocmSupport = true; };
i7z = qt5.callPackage ../os-specific/linux/i7z { };