mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-27 18:45:57 +03:00
Add validDerivers
This commit is contained in:
parent
12a75f5c47
commit
ad6f613c6c
@ -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))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user