keyscope: add passthru.updateScript

This commit is contained in:
Fabian Affolter
2025-01-10 10:21:31 +01:00
parent f9592494be
commit 617d6a5f7a
+3
View File
@@ -3,6 +3,7 @@
DiskArbitration,
fetchFromGitHub,
Foundation,
gitUpdater,
IOKit,
openssl,
pkg-config,
@@ -45,6 +46,8 @@ rustPlatform.buildRustPackage rec {
# Test require network access
doCheck = false;
passthru.updateScript = gitUpdater { };
meta = {
description = "Key and secret workflow (validation, invalidation, etc.) tool";
homepage = "https://github.com/spectralops/keyscope";