Commit 617d6a5f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

keyscope: add passthru.updateScript

parent f9592494
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";