Merge pull request #216234 from K900/linux-firmware-update-script

linux-firmware: actually set updateScript
This commit is contained in:
K900 2023-02-14 01:38:20 +03:00 committed by GitHub
commit 8804a4d145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,5 +33,8 @@ stdenvNoCC.mkDerivation rec {
priority = 6; # give precedence to kernel firmware priority = 6; # give precedence to kernel firmware
}; };
passthru = { inherit version; }; passthru = {
inherit version;
updateScript = ./update.sh;
};
} }