mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-01-02 06:03:06 +00:00
try to add windows in default.nix
This commit is contained in:
parent
9fa8c7cd64
commit
f3b084103d
@ -85,6 +85,8 @@ in stdenv.mkDerivation rec {
|
||||
description = "Nim implementation of the e2e reliability protocol";
|
||||
homepage = "https://github.com/status-im/nim-sds";
|
||||
license = licenses.mit;
|
||||
platforms = ["aarch64-linux" "x86_64-linux" "aarch64-darwin" "x86_64-darwin"];
|
||||
platforms = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" "x86_64-windows"];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user