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
match
readDir
readFile
storeDir
tryEval
;
@ -15,6 +14,7 @@ let
getAttr
isString
pathExists
readFile
split
;
in