Commit 623a58e4 authored by Philip Taron's avatar Philip Taron Committed by Valentin Gagarin
Browse files

Avoid top-level `with ...;` in pkgs/tools/networking/dd-agent/integrations-core.nix

parent 2c495214
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@

{ pkgs, python, extraIntegrations ? {} }:

with pkgs.lib;

let
  inherit (pkgs.lib) attrValues mapAttrs;

  src = pkgs.fetchFromGitHub {
    owner = "DataDog";
    repo = "integrations-core";