feat: add (misisng) bluetooth-firmware files
This commit is contained in:
parent
0727184585
commit
46229fc2b9
4 changed files with 57 additions and 6 deletions
|
@ -47,4 +47,9 @@ in
|
|||
${lib.getExe pkgs.innoextract} ${gpu-src}
|
||||
cp -v code\$GetExtractPath\$/*/*.mbn "$out/lib/firmware/qcom/sc8280xp/LENOVO/21BX/"
|
||||
'';
|
||||
|
||||
bluetooth-firmware = pkgs.runCommand "x13s-bluetooth-firmware" { } ''
|
||||
mkdir -p $out/lib/firmware/qca
|
||||
cp -v ${inputs.x13s-bt-linux-firmware}/qca/{hpnv21.b8c,hpnv21g.b8c} $out/lib/firmware/qca/
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue