Revert "espup: Set passthru.updateScript"

This reverts commit 4f0aca8b23.
This commit is contained in:
Gerg-L
2025-04-09 19:02:43 -04:00
parent 66da98e46a
commit 1f066ccc53
-2
View File
@@ -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;
};