diff --git a/lib/debug.nix b/lib/debug.nix index a851cd74778c..97e87acccf0e 100644 --- a/lib/debug.nix +++ b/lib/debug.nix @@ -15,22 +15,15 @@ { lib }: let inherit (lib) - isInt - attrNames isList isAttrs substring - addErrorContext attrValues concatLists - concatStringsSep const elem generators - head id - isDerivation - isFunction mapAttrs trace; in