Loading pkgs/tools/misc/rpi-imager/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ , qttools , qtquickcontrols2 , qtgraphicaleffects , nix-update-script }: stdenv.mkDerivation rec { Loading Loading @@ -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/"; Loading Loading
pkgs/tools/misc/rpi-imager/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ , qttools , qtquickcontrols2 , qtgraphicaleffects , nix-update-script }: stdenv.mkDerivation rec { Loading Loading @@ -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/"; Loading