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

This commit is contained in:
Philip Taron 2024-03-19 21:05:33 -07:00 committed by Valentin Gagarin
parent 2c49521491
commit 623a58e4c9
1 changed files with 2 additions and 2 deletions

View File

@ -35,9 +35,9 @@
{ pkgs, python, extraIntegrations ? {} }:
with pkgs.lib;
let
inherit (pkgs.lib) attrValues mapAttrs;
src = pkgs.fetchFromGitHub {
owner = "DataDog";
repo = "integrations-core";