Merge pull request #102191 from deviant/fix-inherit

lib/sources.nix: fix incorrect inherit
This commit is contained in:
Silvan Mosberger
2020-10-31 00:15:40 +01:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ let
hasContext
match
readDir
split
storeDir
tryEval
;
@@ -15,7 +16,6 @@ let
isString
pathExists
readFile
split
;
in
rec {