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 d23195c commit d6fa9a1Copy full SHA for d6fa9a1
hnix-store-remote/src/System/Nix/Store/Remote.hs
@@ -175,7 +175,7 @@ buildPaths ps bm = void $ simpleOpArgs EnsurePath $ do
175
putPaths ps
176
putInt $ fromEnum bm
177
178
-buildDerivation :: PathName -> Drv.BasicDerivation -> Build.BuildMode -> MonadStore Build.BuildResult
+buildDerivation :: PathName -> Drv.Derivation -> Build.BuildMode -> MonadStore Build.BuildResult
179
buildDerivation = undefined -- XXX
180
181
ensurePath :: Path -> MonadStore ()
0 commit comments