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
+1 -1
View File
@@ -6,6 +6,7 @@ let
hasContext hasContext
match match
readDir readDir
split
storeDir storeDir
tryEval tryEval
; ;
@@ -15,7 +16,6 @@ let
isString isString
pathExists pathExists
readFile readFile
split
; ;
in in
rec { rec {