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 fbc5599 commit e374687Copy full SHA for e374687
hnix-store-remote/src/System/Nix/Store/Remote/Server.hs
@@ -124,6 +124,8 @@ processConnection workerHelper postGreet sock = do
124
125
special <- case req of
126
AddToStore {} -> do
127
+ -- This is a hack (but a pretty neat and fast one!)
128
+ -- it should parse nad stream NAR instead
129
let proxyNarSource :: NarSource IO
130
proxyNarSource f =
131
liftIO
0 commit comments