diff options
author | Ben Sima <ben@bsima.me> | 2021-01-16 11:58:15 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-22 07:19:33 -0500 |
commit | 9b01252cf62f6b95e83184662514802994a12809 (patch) | |
tree | 04d4616d850ae8d1b7d6a78d1cbe8db2e88527a3 | |
parent | 89f52d0fcbcd1775af8a43e09e1de2c78b51c007 (diff) |
Fix gap in bild log
I really could use those structured logs.
-rw-r--r-- | Biz/Bild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild.hs b/Biz/Bild.hs index ceb4856..0182a39 100644 --- a/Biz/Bild.hs +++ b/Biz/Bild.hs @@ -380,7 +380,7 @@ build andTest target@Target {..} = do putText "bild: guile: TODO" putText <| show target NixBuild -> do - putStrLn <| "bild: nix: " <> Namespace.toPath namespace + putStrLn <| "bild: nix: " <> Namespace.toPath namespace let outDir = root </> "_/bild/nix" Dir.createDirectoryIfMissing True outDir if null builder |