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
|
||||
match
|
||||
readDir
|
||||
split
|
||||
storeDir
|
||||
tryEval
|
||||
;
|
||||
|
@ -15,7 +16,6 @@ let
|
|||
isString
|
||||
pathExists
|
||||
readFile
|
||||
split
|
||||
;
|
||||
in
|
||||
rec {
|
||||
|
|
Loading…
Reference in a new issue