release-cross.nix: test cross compilation to x86_64-freebsd

PR #138711 added NetBSD. FreeBSD has come a long ways since the last
release. It would be good to have this cached for 23.05.
This commit is contained in:
John Ericson 2023-05-19 00:27:05 -04:00
parent 062aab451e
commit 10d6d56743

View File

@ -227,6 +227,7 @@ in
riscv32-embedded = mapTestOnCross lib.systems.examples.riscv32-embedded embedded;
rx-embedded = mapTestOnCross lib.systems.examples.rx-embedded embedded;
x86_64-freebsd = mapTestOnCross lib.systems.examples.x86_64-freebsd common;
x86_64-netbsd = mapTestOnCross lib.systems.examples.x86_64-netbsd common;
# we test `embedded` instead of `linuxCommon` because very few packages