komari-agent: updateScript use-github-releases (#539996)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user