read the file?
This commit is contained in:
parent
846f6fdbc3
commit
c2012c8ccf
1 changed files with 2 additions and 2 deletions
|
@ -57,10 +57,10 @@ in
|
|||
|
||||
services.pipewire.wireplumber.configPackages = [
|
||||
(pkgs.writeTextDir "share/wireplumber/quailcum.lua.d/51-qcom-sdm845.lua" ''
|
||||
${pkgs.fetchurl {
|
||||
${builtins.readFile (pkgs.fetchurl {
|
||||
url = "https://gitlab.com/postmarketOS/pmaports/-/raw/0aa9524204e9c9c002c860b87c972bc2ebf025f3/device/community/soc-qcom-sdm845/51-qcom-sdm845.lua";
|
||||
hash = "sha256-56oNJJyuZZe1Iig1xskDuyazw3PbRZtmU/YRFUTqjwk=";
|
||||
}}
|
||||
})}
|
||||
'')
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue