flake.lib.buildNixpkgsConfig: fix amdgpu

This commit is contained in:
2025-12-08 14:53:20 +08:00
parent c9e7700aa6
commit ac6d0fc3e1
2 changed files with 4 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ in platformConfig //
google-chrome = prev.google-chrome.override (prev:
{ commandLineArgs = prev.commandLineArgs or "" + " --disable-features=GlobalShortcutsPortal"; });
xray = prev.xray.overrideAttrs (prev: { patches = prev.patches or [] ++ [ ./xray.patch ]; });
linux-firmware = prev.linux-firmware.overrideAttrs (prev: { patchPhase = prev.patchPhase or "" +
''
cp ${./gc_11_5_1_mes_2.bin} amdgpu/gc_11_5_1_mes_2.bin
''; });
}
// (
let

Binary file not shown.