Unverified Commit 1f066ccc authored by Gerg-L's avatar Gerg-L
Browse files

Revert "espup: Set passthru.updateScript"

This reverts commit 4f0aca8b.
parent 66da98e4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
  darwin,
  testers,
  espup,
  gitUpdater,
}:

rustPlatform.buildRustPackage rec {
@@ -68,7 +67,6 @@ rustPlatform.buildRustPackage rec {
      --zsh <($out/bin/espup completions zsh)
  '';

  passthru.updateScript = gitUpdater { };
  passthru.tests.version = testers.testVersion {
    package = espup;
  };