rpi-imager: add passthru.updateScript

This commit is contained in:
Anthony Roussel 2023-08-23 15:04:18 +02:00
parent 8fe2040190
commit 6db520b15d
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -12,6 +12,7 @@
, qttools
, qtquickcontrols2
, qtgraphicaleffects
, nix-update-script
}:
stdenv.mkDerivation rec {
@ -49,6 +50,10 @@ stdenv.mkDerivation rec {
This patch removes the check. */
patches = [ ./lsblkCheckFix.patch ];
passthru = {
updateScript = nix-update-script { };
};
meta = with lib; {
description = "Raspberry Pi Imaging Utility";
homepage = "https://www.raspberrypi.com/software/";