mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-01-02 14:13:07 +00:00
nix add all unix status go supported platforms
This commit is contained in:
parent
972d7862fc
commit
35c0f1964d
@ -15,7 +15,6 @@
|
||||
stableSystems = [
|
||||
"x86_64-linux" "aarch64-linux"
|
||||
"x86_64-darwin" "aarch64-darwin"
|
||||
#"x86_64-windows" FIXME: Check if it works.
|
||||
];
|
||||
|
||||
forAllSystems = f: nixpkgs.lib.genAttrs stableSystems (system: f system);
|
||||
|
||||
@ -85,6 +85,6 @@ in stdenv.mkDerivation rec {
|
||||
description = "Nim implementation of the e2e reliability protocol";
|
||||
homepage = "https://github.com/status-im/nim-sds";
|
||||
license = licenses.mit;
|
||||
platforms = stableSystems;
|
||||
platforms = ["aarch64-linux" "x86_64-linux" "aarch64-darwin" "x86_64-darwin"];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user