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)
wip/yesman
V 4 years ago
parent 5a22c6f167
commit 3e1652f8f0
  1. 2
      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 {

Loading…
Cancel
Save