summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWael Nasreddine <wael.nasreddine@gmail.com>2019-03-05 16:59:21 -0800
committerGitHub <noreply@github.com>2019-03-05 16:59:21 -0800
commit51fdca9cad1e627d127dd1274798d2b4a2ad8326 (patch)
tree050ef9638b4edd84c69b1796deddf49edd51f921 /nixos
parent5cc74fc94ac0bb1446a326d810ecaaa26ca841b9 (diff)
parenta8c2705b0d6d6459c77a5f3f635704611209c4c5 (diff)
downloadnixpkgs-51fdca9cad1e627d127dd1274798d2b4a2ad8326.tar
nixpkgs-51fdca9cad1e627d127dd1274798d2b4a2ad8326.tar.gz
nixpkgs-51fdca9cad1e627d127dd1274798d2b4a2ad8326.tar.bz2
nixpkgs-51fdca9cad1e627d127dd1274798d2b4a2ad8326.tar.lz
nixpkgs-51fdca9cad1e627d127dd1274798d2b4a2ad8326.tar.xz
nixpkgs-51fdca9cad1e627d127dd1274798d2b4a2ad8326.tar.zst
nixpkgs-51fdca9cad1e627d127dd1274798d2b4a2ad8326.zip
Merge pull request #56567 from Izorkin/datadog-agent
datadog-agent: update go packages and sub-packages
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/datadog-agent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/datadog-agent.nix b/nixos/modules/services/monitoring/datadog-agent.nix
index 11673bf8bc7..b4ac0ca184d 100644
--- a/nixos/modules/services/monitoring/datadog-agent.nix
+++ b/nixos/modules/services/monitoring/datadog-agent.nix
@@ -260,7 +260,7 @@ in {
         path = [ ];
         script = ''
           export DD_API_KEY=$(head -n 1 ${cfg.apiKeyFile})
-          ${pkgs.datadog-trace-agent}/bin/trace-agent -config /etc/datadog-agent/datadog.yaml
+          ${datadogPkg}/bin/trace-agent -config /etc/datadog-agent/datadog.yaml
         '';
       });