lib.systems.doubles.netbsd: expand

These are all the architectures supported by Nixpkgs on other
platforms, that are also supported by NetBSD.  (So I haven't added
any architectures that are new to Nixpkgs here, even though NetBSD
supports some that we don't have.)
This commit is contained in:
Alyssa Ross
2021-04-23 22:23:25 +00:00
parent 9f3459a8ab
commit 532493b508
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ let
"mmix-mmixware"
# NetBSD
"i686-netbsd" "x86_64-netbsd"
"aarch64-netbsd" "armv6l-netbsd" "armv7a-netbsd" "armv7l-netbsd"
"i686-netbsd" "mipsel-netbsd" "powerpc-netbsd" "riscv32-netbsd"
"riscv64-netbsd" "x86_64-netbsd"
# none
"aarch64-none" "arm-none" "armv6l-none" "avr-none" "i686-none" "msp430-none"