From a259f820a47bb4b70cc302046a299c5c110f6129 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 10 Apr 2023 16:36:38 +0200 Subject: [PATCH] wip apple+windows --- default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default.nix b/default.nix index ecdf6436..5090db6a 100644 --- a/default.nix +++ b/default.nix @@ -32,6 +32,13 @@ in { i386 = build_debug_and_release "i686-unknown-linux-musl"; arm64 = build_debug_and_release "aarch64-unknown-linux-musl"; arm = build_debug_and_release "armv6l-unknown-linux-musleabihf"; + win = { + amd64 = build_debug_and_release "x86_64-w64-mingw32"; + }; + apple = { + arm64 = build_debug_and_release "aarch64-apple-darwin"; + amd64 = build_debug_and_release "x86_64-apple-darwin"; + }; }; test = { amd64 = test (compile {