linux-firmware: actually set updateScript

oof
This commit is contained in:
K900
2023-02-14 01:09:17 +03:00
parent a1ff433e0a
commit a143b4868f
@@ -33,5 +33,8 @@ stdenvNoCC.mkDerivation rec {
priority = 6; # give precedence to kernel firmware
};
passthru = { inherit version; };
passthru = {
inherit version;
updateScript = ./update.sh;
};
}