komari-agent: updateScript use-github-releases (#539996)

This commit is contained in:
Guillaume Girol
2026-07-19 20:51:01 +00:00
committed by GitHub
+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";