Skip to content

Commit 86f0648

Browse files
committed
fixup! fixup! fixup! fixup! simple store path root, remote store rework
1 parent a534259 commit 86f0648

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ runOpArgs op args = do
143143
args
144144

145145
out <- processOutput
146-
liftIO $ print out
147146
modify (\(a, b) -> (a, b++out))
148147
err <- gotError
149148
when err $ do

hnix-store-remote/tests/NixDaemon.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ startDaemon :: FilePath -> IO (P.ProcessHandle, MonadStore a -> IO (Either Strin
103103
startDaemon fp = do
104104
writeConf (fp </> "etc" </> "nix.conf")
105105
p <- createProcessEnv fp "nix-daemon" []
106-
writeFile "/tmp/spawned" $ show fp
107-
threadDelay 0000000
108106
waitSocket sockFp 30
109107
return (p, runStoreOpts sockFp (fp </> "store"))
110108
where

0 commit comments

Comments
 (0)