Loading pkgs/by-name/dd/ddns-updater/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ buildGoModule, fetchFromGitHub, lib, makeWrapper, nixosTests, nix-update-script, }: Loading @@ -25,6 +26,13 @@ buildGoModule rec { subPackages = [ "cmd/ddns-updater" ]; nativeBuildInputs = [ makeWrapper ]; postInstall = '' wrapProgram $out/bin/ddns-updater \ --set GODEBUG "netdns=go" ''; passthru = { tests = { inherit (nixosTests) ddns-updater; Loading Loading
pkgs/by-name/dd/ddns-updater/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ buildGoModule, fetchFromGitHub, lib, makeWrapper, nixosTests, nix-update-script, }: Loading @@ -25,6 +26,13 @@ buildGoModule rec { subPackages = [ "cmd/ddns-updater" ]; nativeBuildInputs = [ makeWrapper ]; postInstall = '' wrapProgram $out/bin/ddns-updater \ --set GODEBUG "netdns=go" ''; passthru = { tests = { inherit (nixosTests) ddns-updater; Loading