lib/sources.nix: fix incorrect inherit

split comes from builtins, not lib.

	error: attribute 'split' missing, at /nix/path/nixpkgs/lib/sources.nix:4:4
	(use '--show-trace' to show detailed location information)
This commit is contained in:
V 2020-10-30 23:15:07 +01:00
parent 5a22c6f167
commit 3e1652f8f0

View file

@ -6,6 +6,7 @@ let
hasContext hasContext
match match
readDir readDir
split
storeDir storeDir
tryEval tryEval
; ;
@ -15,7 +16,6 @@ let
isString isString
pathExists pathExists
readFile readFile
split
; ;
in in
rec { rec {