Skip to content

Commit

Permalink
fix: utf encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-manole committed Jul 25, 2023
1 parent 0fa585a commit 1cae50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ logHandleText :: (MonadUnliftIO m)
logHandleText backend addLogEntry h = go
where
go = do
liftIO $ hSetEncoding h utf8
acqEv <- acquireEvent backend ReadingHandleLog
join $ with acqEv \ev -> do
chunk <- liftIO $ hGetChunk h
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

imgAttributes = {
name = "plutus-certification";
tag = "7";
tag = "8";
};
nixConfig = ''
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
Expand Down

0 comments on commit 1cae50f

Please sign in to comment.