mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-27 18:45:57 +03:00
StoreEffects: Add derivationOutputs
This commit is contained in:
parent
ad6f613c6c
commit
c7d367f54c
@ -103,4 +103,6 @@ data StoreEffects rootedPath validPath m =
|
|||||||
!(HashSet Path -> m (HashMap Path SubstitutablePathInfo))
|
!(HashSet Path -> m (HashMap Path SubstitutablePathInfo))
|
||||||
, -- | Get the currently valid derivers of a 'Path'.
|
, -- | Get the currently valid derivers of a 'Path'.
|
||||||
validDerivers :: !(Path -> m (HashSet Path))
|
validDerivers :: !(Path -> m (HashSet Path))
|
||||||
|
, -- | Get the outputs of the derivation at 'Path'.
|
||||||
|
derivationOutputs :: !(validPath -> m (HashSet Path))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user