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:
parent
5a22c6f167
commit
3e1652f8f0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue