mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
lib/sources.nix: Prefer lib for readFile inherit
This commit is contained in:
parent
fe4a58eec0
commit
a4019a40b3
@ -6,7 +6,6 @@ let
|
|||||||
hasContext
|
hasContext
|
||||||
match
|
match
|
||||||
readDir
|
readDir
|
||||||
readFile
|
|
||||||
storeDir
|
storeDir
|
||||||
tryEval
|
tryEval
|
||||||
;
|
;
|
||||||
@ -15,6 +14,7 @@ let
|
|||||||
getAttr
|
getAttr
|
||||||
isString
|
isString
|
||||||
pathExists
|
pathExists
|
||||||
|
readFile
|
||||||
split
|
split
|
||||||
;
|
;
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user