Commit 4f0aca8b authored by polyfloyd's avatar polyfloyd
Browse files

espup: Set passthru.updateScript

parent 4049f05c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  darwin,
  testers,
  espup,
  gitUpdater,
}:

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

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