Skip to content

Commit d6fa9a1

Browse files
committed
Update name of Derivation type to synchronize -core and -remote libraries
1 parent d23195c commit d6fa9a1

File tree

1 file changed

+1
-1
lines changed
  • hnix-store-remote/src/System/Nix/Store

1 file changed

+1
-1
lines changed

hnix-store-remote/src/System/Nix/Store/Remote.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ buildPaths ps bm = void $ simpleOpArgs EnsurePath $ do
175175
putPaths ps
176176
putInt $ fromEnum bm
177177

178-
buildDerivation :: PathName -> Drv.BasicDerivation -> Build.BuildMode -> MonadStore Build.BuildResult
178+
buildDerivation :: PathName -> Drv.Derivation -> Build.BuildMode -> MonadStore Build.BuildResult
179179
buildDerivation = undefined -- XXX
180180

181181
ensurePath :: Path -> MonadStore ()

0 commit comments

Comments
 (0)