Avoid top-level with ...;
in pkgs/tools/networking/dd-agent/integrations-core.nix
This commit is contained in:
parent
2c49521491
commit
623a58e4c9
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@
|
|||
|
||||
{ pkgs, python, extraIntegrations ? {} }:
|
||||
|
||||
with pkgs.lib;
|
||||
|
||||
let
|
||||
inherit (pkgs.lib) attrValues mapAttrs;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "DataDog";
|
||||
repo = "integrations-core";
|
||||
|
|
Loading…
Reference in a new issue