rapidraw: set updateScript

This commit is contained in:
PhiliPdB
2026-07-17 15:29:37 +02:00
parent 8800c8933f
commit 62d47f4abb
+3
View File
@@ -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";