Unverified Commit 6db520b1 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

rpi-imager: add passthru.updateScript

parent 8fe20401
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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/";