mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-24 05:33:19 +03:00
StoreEffects: Add derivationOutputNames.
This commit is contained in:
parent
c7d367f54c
commit
49c1017f0e
@ -103,6 +103,8 @@ data StoreEffects rootedPath validPath m =
|
||||
!(HashSet Path -> m (HashMap Path SubstitutablePathInfo))
|
||||
, -- | Get the currently valid derivers of a 'Path'.
|
||||
validDerivers :: !(Path -> m (HashSet Path))
|
||||
, -- | Get the outputs of the derivation at 'Path'.
|
||||
, -- | Get the outputs of the derivation at a 'Path'.
|
||||
derivationOutputs :: !(validPath -> m (HashSet Path))
|
||||
, -- | Get the output names of the derivation at a 'Path'.
|
||||
derivationOutputNames :: !(validPath -> m (HashSet Text))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user