summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-04-18 22:53:35 +0000
committerAlyssa Ross <hi@alyssa.is>2021-04-23 22:23:25 +0000
commit532493b50893e463e8bb3c76641cb4d31c7c3835 (patch)
tree6ee5e3449dbc5c59ca615c3bac1e5d200841d518 /lib/systems
parent9f3459a8abf057245de018a767e582b61d1aacdd (diff)
downloadnixpkgs-532493b50893e463e8bb3c76641cb4d31c7c3835.tar
nixpkgs-532493b50893e463e8bb3c76641cb4d31c7c3835.tar.gz
nixpkgs-532493b50893e463e8bb3c76641cb4d31c7c3835.tar.bz2
nixpkgs-532493b50893e463e8bb3c76641cb4d31c7c3835.tar.lz
nixpkgs-532493b50893e463e8bb3c76641cb4d31c7c3835.tar.xz
nixpkgs-532493b50893e463e8bb3c76641cb4d31c7c3835.tar.zst
nixpkgs-532493b50893e463e8bb3c76641cb4d31c7c3835.zip
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.)
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/doubles.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/systems/doubles.nix b/lib/systems/doubles.nix
index 7ad40c8c62c..6f638be585b 100644
--- a/lib/systems/doubles.nix
+++ b/lib/systems/doubles.nix
@@ -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"