mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
rpi-imager: add passthru.updateScript
This commit is contained in:
parent
8fe2040190
commit
6db520b15d
@ -12,6 +12,7 @@
|
|||||||
, qttools
|
, qttools
|
||||||
, qtquickcontrols2
|
, qtquickcontrols2
|
||||||
, qtgraphicaleffects
|
, qtgraphicaleffects
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -49,6 +50,10 @@ stdenv.mkDerivation rec {
|
|||||||
This patch removes the check. */
|
This patch removes the check. */
|
||||||
patches = [ ./lsblkCheckFix.patch ];
|
patches = [ ./lsblkCheckFix.patch ];
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
updateScript = nix-update-script { };
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Raspberry Pi Imaging Utility";
|
description = "Raspberry Pi Imaging Utility";
|
||||||
homepage = "https://www.raspberrypi.com/software/";
|
homepage = "https://www.raspberrypi.com/software/";
|
||||||
|
Loading…
Reference in New Issue
Block a user