lib/debug: remove unused let bindings

This commit is contained in:
figsoda 2023-06-22 18:59:35 -04:00 committed by Alyssa Ross
parent 12e01c677c
commit 350e835584

View File

@ -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