Revert "ddns-updater: disable updates" (#372648)

This commit is contained in:
Nick Cao
2025-01-10 12:20:44 -05:00
committed by GitHub
-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 { };
};