mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-24 05:33:19 +03:00
StoreEffects: Add pathFromHashPart.
This commit is contained in:
parent
49c1017f0e
commit
972e2c706f
@ -107,4 +107,6 @@ data StoreEffects rootedPath validPath m =
|
||||
derivationOutputs :: !(validPath -> m (HashSet Path))
|
||||
, -- | Get the output names of the derivation at a 'Path'.
|
||||
derivationOutputNames :: !(validPath -> m (HashSet Text))
|
||||
, -- | Get a full 'Path' corresponding to a given 'Digest'.
|
||||
pathFromHashPart :: !(Digest PathHashAlgo -> m Path)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user