btop: add cuda version (#387291)
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user