Skip to content

Commit ad6f613

Browse files
committed
Add validDerivers
1 parent 12a75f5 commit ad6f613

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
@@ -101,4 +101,6 @@ data StoreEffects rootedPath validPath m =
101101
, -- | Get information about substituters of a set of 'Path's
102102
substitutablePathInfos ::
103103
!(HashSet Path -> m (HashMap Path SubstitutablePathInfo))
104+
, -- | Get the currently valid derivers of a 'Path'.
105+
validDerivers :: !(Path -> m (HashSet Path))
104106
}

0 commit comments

Comments
 (0)