lib/types.nix: remove unused bindings

This commit is contained in:
figsoda
2022-09-26 22:18:55 -04:00
parent 53052c4fb0
commit 4ef185c1b8
-2
View File
@@ -6,7 +6,6 @@ let
inherit (lib)
elem
flip
functionArgs
isAttrs
isBool
isDerivation
@@ -16,7 +15,6 @@ let
isList
isString
isStorePath
setFunctionArgs
toDerivation
toList
;