lol

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

authored by philiptaron.tngl.sh and committed by

Valentin Gagarin 623a58e4 2c495214

+2 -2
+2 -2
pkgs/tools/networking/dd-agent/integrations-core.nix
··· 35 35 36 36 { pkgs, python, extraIntegrations ? {} }: 37 37 38 - with pkgs.lib; 39 - 40 38 let 39 + inherit (pkgs.lib) attrValues mapAttrs; 40 + 41 41 src = pkgs.fetchFromGitHub { 42 42 owner = "DataDog"; 43 43 repo = "integrations-core";