packages/linux-lava: add bluetooth patch

This commit is contained in:
Cilly Leang 2025-08-18 17:25:21 +10:00
parent d0fdbe8822
commit c9520a5bc8
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 14 additions and 0 deletions

View file

@ -35,6 +35,7 @@ in {
kernelPatches = lib.optionals hasPatch [
kernelPatchSrc
(patch ./bluetooth.patch)
]
++ builtins.map (name: {
inherit name;