From 4ef185c1b8ee6d4aa81df87e9af282edd99500da Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 26 Sep 2022 22:07:28 -0400 Subject: [PATCH] lib/types.nix: remove unused bindings --- lib/types.nix | 2 -- 1 file changed, 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 ;