espup: Set passthru.updateScript

This commit is contained in:
polyfloyd
2025-03-23 23:10:13 +01:00
parent 4049f05ce9
commit 4f0aca8b23
+2
View File
@@ -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;
};