ddns-updater: disable updates

By disabling updates r-ryantm will stop trying to update it. This can be reverted once a newer version of ddns-updater is released
This commit is contained in:
Darragh Elliott
2024-08-12 19:44:01 +00:00
parent 92d3c5427c
commit 4935c38102
+3
View File
@@ -29,6 +29,9 @@ 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 { };
};