feat: add (misisng) bluetooth-firmware files

This commit is contained in:
steveej 2024-12-05 10:15:22 +01:00
parent 0727184585
commit 46229fc2b9
4 changed files with 57 additions and 6 deletions

View file

@ -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/
'';
}