We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c1017 commit 972e2c7Copy full SHA for 972e2c7
hnix-store-core/src/System/Nix/Store.hs
@@ -107,4 +107,6 @@ data StoreEffects rootedPath validPath m =
107
derivationOutputs :: !(validPath -> m (HashSet Path))
108
, -- | Get the output names of the derivation at a 'Path'.
109
derivationOutputNames :: !(validPath -> m (HashSet Text))
110
+ , -- | Get a full 'Path' corresponding to a given 'Digest'.
111
+ pathFromHashPart :: !(Digest PathHashAlgo -> m Path)
112
}
0 commit comments