From 3a3c19da08c53e9030a0d0ab99c4379ee8a87bf2 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Fri, 5 Jul 2024 03:50:29 +0000 Subject: [PATCH] add x86_64-linux (static) --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5b634e6ae6..4c3b369477 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,12 @@ # we also want cross compilation to windows on linux (and only with default compiler). crossPlatforms = p: lib.optionals (system == "x86_64-linux" && config.compiler-nix-name == defaultCompiler) - [ p.mingwW64 p.aarch64-multiplatform-musl ]; + [ + p.mingwW64 # x86_64-windows + p.aarch64-multiplatform-musl # aarch64-linux (static) + p.musl64 # x86_64-linux (static) + + ]; # CHaP input map, so we can find CHaP packages (needs to be more # recent than the index-state we set!). Can be updated with