Loading pkgs/tools/system/nvtop/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ , cudatoolkit , libdrm , ncurses , nvtop , testers , addOpenGLRunpath , amd ? true , nvidia ? true Loading Loading @@ -54,6 +56,14 @@ stdenv.mkDerivation rec { doCheck = true; passthru = { tests.version = testers.testVersion { inherit version; package = nvtop; command = "nvtop --version"; }; }; meta = with lib; { description = "A (h)top like task monitor for AMD, Intel and NVIDIA GPUs"; longDescription = '' Loading Loading
pkgs/tools/system/nvtop/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ , cudatoolkit , libdrm , ncurses , nvtop , testers , addOpenGLRunpath , amd ? true , nvidia ? true Loading Loading @@ -54,6 +56,14 @@ stdenv.mkDerivation rec { doCheck = true; passthru = { tests.version = testers.testVersion { inherit version; package = nvtop; command = "nvtop --version"; }; }; meta = with lib; { description = "A (h)top like task monitor for AMD, Intel and NVIDIA GPUs"; longDescription = '' Loading