mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
flake.lib.buildNixpkgsConfig: fix amdgpu
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
flake/lib/buildNixpkgsConfig/gc_11_5_1_mes_2.bin
Normal file
BIN
flake/lib/buildNixpkgsConfig/gc_11_5_1_mes_2.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user