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 ad6f613 commit c7d367fCopy full SHA for c7d367f
hnix-store-core/src/System/Nix/Store.hs
@@ -103,4 +103,6 @@ data StoreEffects rootedPath validPath m =
103
!(HashSet Path -> m (HashMap Path SubstitutablePathInfo))
104
, -- | Get the currently valid derivers of a 'Path'.
105
validDerivers :: !(Path -> m (HashSet Path))
106
+ , -- | Get the outputs of the derivation at 'Path'.
107
+ derivationOutputs :: !(validPath -> m (HashSet Path))
108
}
0 commit comments