keyscope: add passthru.updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user