mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
Merge pull request #216234 from K900/linux-firmware-update-script
linux-firmware: actually set updateScript
This commit is contained in:
commit
8804a4d145
@ -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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user