download-log

This commit is contained in:
Dmitry Zuikov 2023-03-26 19:30:58 +03:00
parent 32e1a36f7e
commit 5b451012a4
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
## 2023-03-26
FIXME: download-log-location-again
TODO: git-http-protocol
Протокол http для гита, что бы можно было ссылаться на репозиторий
например в nix flakes.

View File

@ -147,7 +147,7 @@ peerConfigRead mbfp = do
-- debug $ pretty confData
config <- transformBiM (canonicalizeConfPaths ["key", "storage", "download"] dir) confData
config <- transformBiM (canonicalizeConfPaths ["key", "storage", "download-log"] dir) confData
pure $ PeerConfig config
where