Add validDerivers

This commit is contained in:
Shea Levy 2018-04-28 03:37:31 -07:00
parent 12a75f5c47
commit ad6f613c6c
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -101,4 +101,6 @@ data StoreEffects rootedPath validPath m =
, -- | Get information about substituters of a set of 'Path's
substitutablePathInfos ::
!(HashSet Path -> m (HashMap Path SubstitutablePathInfo))
, -- | Get the currently valid derivers of a 'Path'.
validDerivers :: !(Path -> m (HashSet Path))
}