From 350e835584d1001ad5db8054fa32f0594288453e Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 22 Jun 2023 18:59:35 -0400 Subject: [PATCH] lib/debug: remove unused let bindings --- lib/debug.nix | 7 ------- 1 file changed, 7 deletions(-) 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