komari-agent: updateScript use-github-releases

This commit is contained in:
mlyxshi
2026-07-09 21:49:06 +08:00
parent a29d80653c
commit be1416f43c
+3 -1
View File
@@ -27,7 +27,9 @@ buildGoModule (finalAttrs: {
# tests require network access
doCheck = false;
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [ "--use-github-releases" ];
};
meta = {
homepage = "https://github.com/komari-monitor/komari-agent";