Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildGoModule: find build/test targets with go list #284568

Draft
wants to merge 9 commits into
base: staging
Choose a base branch
from
Prev Previous commit
datadog-agent: add missing Go tag
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Feb 11, 2024
commit d1a71587d57edfb8aa13928191f2ab6f87ad1dbf
1 change: 1 addition & 0 deletions pkgs/tools/networking/dd-agent/datadog-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ in buildGoModule rec {
"log"
"secrets"
"zlib"
"kubeapiserver"
]
++ lib.optionals withSystemd [ "systemd" ]
++ extraTags;
Expand Down
Loading