about summary refs log tree commit diff
path: root/nixpkgs/lib/debug.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/lib/debug.nix')
-rw-r--r--nixpkgs/lib/debug.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nixpkgs/lib/debug.nix b/nixpkgs/lib/debug.nix
index a851cd74778c..97e87acccf0e 100644
--- a/nixpkgs/lib/debug.nix
+++ b/nixpkgs/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