about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/sources.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sources.nix b/lib/sources.nix
index 702a0ef889217..1a3afcae67da3 100644
--- a/lib/sources.nix
+++ b/lib/sources.nix
@@ -6,6 +6,7 @@ let
     hasContext
     match
     readDir
+    split
     storeDir
     tryEval
     ;
@@ -15,7 +16,6 @@ let
     isString
     pathExists
     readFile
-    split
     ;
 in
 rec {