Skip to content

Commit c7d367f

Browse files
committed
StoreEffects: Add derivationOutputs
1 parent ad6f613 commit c7d367f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hnix-store-core/src/System/Nix/Store.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ data StoreEffects rootedPath validPath m =
103103
!(HashSet Path -> m (HashMap Path SubstitutablePathInfo))
104104
, -- | Get the currently valid derivers of a 'Path'.
105105
validDerivers :: !(Path -> m (HashSet Path))
106+
, -- | Get the outputs of the derivation at 'Path'.
107+
derivationOutputs :: !(validPath -> m (HashSet Path))
106108
}

0 commit comments

Comments
 (0)