chore(users/Profpatsch/whatcd-resolver): build with nix
Change-Id: I2d6ee30671bb60a96bcbfede1fd7a17fcf7c3ca8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9012 Reviewed-by: Profpatsch <mail@profpatsch.de> Autosubmit: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
1fd59f5158
commit
b41af857ae
3 changed files with 51 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ import PossehlAnalyticsPrelude
|
|||
import Postgres.Decoder qualified as Dec
|
||||
import Postgres.MonadPostgres
|
||||
import Pretty
|
||||
import RunCommand
|
||||
import RunCommand (runCommandExpect0)
|
||||
import System.Directory qualified as Dir
|
||||
import System.Directory qualified as Xdg
|
||||
import System.FilePath ((</>))
|
||||
|
|
@ -514,7 +514,7 @@ doTransmissionRequest dat (req, parser) = do
|
|||
]
|
||||
<> (req.tag & maybe [] (\t -> [("tag", t & Enc.int)]))
|
||||
)
|
||||
logDebug [fmt|transmission request: {showPrettyJsonEncoding body.unEnc}|]
|
||||
logDebug [fmt|transmission request: {Pretty.showPrettyJsonEncoding body.unEnc}|]
|
||||
let httpReq =
|
||||
[fmt|http://{dat.host}:{dat.port}/transmission/rpc|]
|
||||
& Http.setRequestMethod "POST"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue