jocalsend: add passthru.updateScript

This commit is contained in:
Pascal Dietrich
2026-04-15 19:30:25 +02:00
parent 6fde3c1f9e
commit 2db09e2602
+3
View File
@@ -4,6 +4,7 @@
rustPlatform,
pkg-config,
openssl,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -28,6 +29,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
openssl
];
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://git.kittencollective.com/nebkor/joecalsend";
description = "Rust terminal client for Localsend";