Unverified Commit 7893fd48 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #334215 from delliottxyz/fix/stop-ddns-updater-updates

ddns-updater: disable updates
parents 31bb7705 4935c381
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 { };
  };