summary refs log tree commit diff
path: root/lib/strings-with-deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strings-with-deps.nix')
-rw-r--r--lib/strings-with-deps.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/strings-with-deps.nix b/lib/strings-with-deps.nix
index a901940ac12..e3336983428 100644
--- a/lib/strings-with-deps.nix
+++ b/lib/strings-with-deps.nix
@@ -1,3 +1,4 @@
+{ lib }:
 /*
 Usage:
 
@@ -40,9 +41,9 @@ Usage:
   [1] maybe this behaviour should be removed to keep things simple (?)
 */
 
-with import ./lists.nix;
-with import ./attrsets.nix;
-with import ./strings.nix;
+with lib.lists;
+with lib.attrsets;
+with lib.strings;
 
 rec {