pinact: add updateScript

This commit is contained in:
Kenichi Kamiya
2024-11-19 14:02:49 +09:00
parent a058f359f8
commit 9476d9bfc2
+7 -2
View File
@@ -3,6 +3,7 @@
fetchFromGitHub,
buildGoModule,
testers,
nix-update-script,
pinact,
}:
@@ -23,8 +24,12 @@ buildGoModule {
doCheck = true;
passthru.tests.version = testers.testVersion {
package = pinact;
passthru = {
tests.version = testers.testVersion {
package = pinact;
};
updateScript = nix-update-script { };
};
ldflags = [