summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-09-26 22:07:28 -0400
committerfigsoda <figsoda@pm.me>2022-09-26 22:18:55 -0400
commit4ef185c1b8ee6d4aa81df87e9af282edd99500da (patch)
treedf66bf2e9823545bf50522843239d24facf5ad9a /lib
parent53052c4fb0bd2970c5c1c2e23adf62ac8b6eaf04 (diff)
lib/types.nix: remove unused bindings
Diffstat (limited to 'lib')
-rw-r--r--lib/types.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/types.nix b/lib/types.nix
index ed1d5f44064f..9b2c5e846ad1 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -6,7 +6,6 @@ let
inherit (lib)
elem
flip
- functionArgs
isAttrs
isBool
isDerivation
@@ -16,7 +15,6 @@ let
isList
isString
isStorePath
- setFunctionArgs
toDerivation
toList
;