galene: add updateScript

This commit is contained in:
Sizhe Zhao
2025-07-07 14:57:33 +08:00
parent 46f68382d2
commit e20c5de724
+4
View File
@@ -3,6 +3,7 @@
fetchFromGitHub,
buildGoModule,
nixosTests,
nix-update-script,
}:
buildGoModule rec {
@@ -36,6 +37,9 @@ buildGoModule rec {
passthru = {
tests.vm = nixosTests.galene.basic;
updateScript = nix-update-script {
extraArgs = [ "--version-regex=galene-(.*)" ];
};
};
meta = {