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
commit 78782d368e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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