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

This commit is contained in:
Philip Taron
2024-03-28 21:30:46 +01:00
committed by Valentin Gagarin
parent 2c49521491
commit 623a58e4c9
@@ -35,9 +35,9 @@
{ pkgs, python, extraIntegrations ? {} }:
with pkgs.lib;
let
inherit (pkgs.lib) attrValues mapAttrs;
src = pkgs.fetchFromGitHub {
owner = "DataDog";
repo = "integrations-core";