fix(halo): use ROCm-enabled btop so the GPU panel shows the iGPU
The base module installs btop without ROCm support, so btop can't read the Strix Halo iGPU (no rocm_smi at runtime). Add the rocmSupport build with hiPrio to win the bin/btop collision against the base package.
This commit is contained in:
parent
bad775f49a
commit
c845f7c385
1 changed files with 3 additions and 0 deletions
|
|
@ -115,6 +115,9 @@ with lib.metacfg;
|
||||||
attic-client
|
attic-client
|
||||||
azure-cli
|
azure-cli
|
||||||
claude-code
|
claude-code
|
||||||
|
# ROCm-enabled btop so its GPU panel shows the Strix Halo iGPU; hiPrio wins
|
||||||
|
# the bin/btop collision against the plain btop from the base module.
|
||||||
|
(lib.hiPrio (btop.override { rocmSupport = true; }))
|
||||||
nvtopPackages.amd
|
nvtopPackages.amd
|
||||||
obsidian
|
obsidian
|
||||||
piper-tts
|
piper-tts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue