diff --git a/pkgs/by-name/ra/rapidraw/package.nix b/pkgs/by-name/ra/rapidraw/package.nix index 3f8e490a6578..77c76dc42a38 100644 --- a/pkgs/by-name/ra/rapidraw/package.nix +++ b/pkgs/by-name/ra/rapidraw/package.nix @@ -38,6 +38,7 @@ npmHooks, cargo-tauri, writableTmpDirAsHomeHook, + nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { @@ -152,6 +153,8 @@ rustPlatform.buildRustPackage (finalAttrs: { --set ORT_STRATEGY "system" ''; + passthru.updateScript = nix-update-script { }; + meta = { description = "Blazingly-fast, non-destructive, and GPU-accelerated RAW image editor built with performance in mind"; homepage = "https://github.com/CyberTimon/RapidRAW";