From c2012c8ccf974072f68776062d6d00e3951cbb0c Mon Sep 17 00:00:00 2001 From: stitchy Date: Sat, 20 Apr 2024 09:31:04 +0000 Subject: [PATCH] read the file? --- hosts/scarab/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/scarab/default.nix b/hosts/scarab/default.nix index 1534ac8..5cac94f 100644 --- a/hosts/scarab/default.nix +++ b/hosts/scarab/default.nix @@ -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="; - }} + })} '') ];