lib/sources.nix: Prefer lib for readFile inherit

This commit is contained in:
Robert Hensing 2020-10-22 13:57:23 +02:00
parent fe4a58eec0
commit a4019a40b3

View file

@ -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