Revert "ddns-updater: disable updates"

This commit is contained in:
delliottxyz
2025-01-10 13:27:23 +00:00
committed by GitHub
parent ecaa63471a
commit 130c218c61
-3
View File
@@ -29,9 +29,6 @@ buildGoModule rec {
tests = {
inherit (nixosTests) ddns-updater;
};
# nixpkgs-update: no auto update
# Necessary only as rryantm keeps getting confused and thinks 2.6.1 is newer than 2.7.0
# TODO remove once version newer than 2.7.0 is released
updateScript = nix-update-script { };
};