forked from mirrors/nixpkgs
lib/sources.nix: Prefer lib for readFile inherit
This commit is contained in:
parent
fe4a58eec0
commit
a4019a40b3
|
@ -6,7 +6,6 @@ let
|
|||
hasContext
|
||||
match
|
||||
readDir
|
||||
readFile
|
||||
storeDir
|
||||
tryEval
|
||||
;
|
||||
|
@ -15,6 +14,7 @@ let
|
|||
getAttr
|
||||
isString
|
||||
pathExists
|
||||
readFile
|
||||
split
|
||||
;
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue