mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
Use Nim built by NBS otherwise it doesn't work for both libwaku and wakucanary. Referenced issue: * https://github.com/status-im/status-go/issues/7152
9 lines
260 B
Nix
9 lines
260 B
Nix
{ pkgs }:
|
|
|
|
pkgs.fetchFromGitHub {
|
|
owner = "guzba";
|
|
repo = "zippy";
|
|
rev = "a99f6a7d8a8e3e0213b3cad0daf0ea974bf58e3f";
|
|
# WARNING: Requires manual updates when Nim compiler version changes.
|
|
hash = "sha256-e2ma2Oyp0dlNx8pJsdZl5o5KnaoAX87tqfY0RLG3DZs=";
|
|
} |