mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 05:00:02 +00:00
Fix nix and lint
* Fix nix path heuristic missing sds srcDir * Fix lint
This commit is contained in:
parent
bef86e44bb
commit
dcca369c12
@ -30,7 +30,7 @@ let
|
||||
# while others use the repo root. Pass both so the compiler finds either layout.
|
||||
pathArgs =
|
||||
builtins.concatStringsSep " "
|
||||
(builtins.concatMap (p: [ "--path:${p}" "--path:${p}/src" ])
|
||||
(builtins.concatMap (p: [ "--path:${p}" "--path:${p}/src" "--path:${p}/sds" ])
|
||||
(builtins.attrValues otherDeps));
|
||||
|
||||
libExt =
|
||||
|
||||
@ -609,8 +609,7 @@ proc startEdgeFilterLoops(self: SubscriptionManager): Result[void, string] =
|
||||
self.updateShardHealth(shard, state)
|
||||
self.edgeFilterWakeup.fire()
|
||||
elif evt.kind == WakuPeerEventKind.EventMetadataUpdated:
|
||||
self.edgeFilterWakeup.fire()
|
||||
,
|
||||
self.edgeFilterWakeup.fire(),
|
||||
).valueOr:
|
||||
return err("Failed to listen to peer events for edge filter: " & error)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user