diff options
author | eldritch horrors <pennae@lix.systems> | 2024-07-09 22:49:10 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-07-09 22:49:10 +0200 |
commit | 4d8c66ec6fee1f476c495297c48e3167fd6378ed (patch) | |
tree | 696964c5b93454d8fa9ddbcc0b9d8e773af38894 /flake.nix | |
parent | d461cc1d7b2f489c3886f147166ba5b5e0e37541 (diff) |
add aarch64-linux as a cross-build target
we want to be sure we can cross-build to aarch64 for releases, add a
target to our crossSystems list to make those cheacks easier to run.
Change-Id: Ieb65c1333a5232641ace0ba4d122fc7d528ebc04
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ "armv6l-linux" "armv7l-linux" "riscv64-linux" + "aarch64-linux" # FIXME: still broken in 24.05: fails to build rustc(??) due to missing -lstdc++ dep # "x86_64-freebsd" # FIXME: broken dev shell due to python |