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 12a75f5 commit ad6f613Copy full SHA for ad6f613
hnix-store-core/src/System/Nix/Store.hs
@@ -101,4 +101,6 @@ data StoreEffects rootedPath validPath m =
101
, -- | Get information about substituters of a set of 'Path's
102
substitutablePathInfos ::
103
!(HashSet Path -> m (HashMap Path SubstitutablePathInfo))
104
+ , -- | Get the currently valid derivers of a 'Path'.
105
+ validDerivers :: !(Path -> m (HashSet Path))
106
}
0 commit comments