+2
-2
doc/stdenv/meta.chapter.md
+2
-2
doc/stdenv/meta.chapter.md
+2
-1
lib/systems/default.nix
+2
-1
lib/systems/default.nix
···
+1
-1
lib/systems/doubles.nix
+1
-1
lib/systems/doubles.nix
+5
lib/systems/examples.nix
+5
lib/systems/examples.nix
+1
-1
lib/systems/inspect.nix
+1
-1
lib/systems/inspect.nix
···
+12
-3
lib/systems/parse.nix
+12
-3
lib/systems/parse.nix
···+freebsd12 = { execFormat = elf; families = { inherit bsd; }; name = "freebsd"; version = 12; };+freebsd13 = { execFormat = elf; families = { inherit bsd; }; name = "freebsd"; version = 13; };·········
+3
-3
lib/tests/systems.nix
+3
-3
lib/tests/systems.nix
···testall = mseteq all (linux ++ darwin ++ freebsd ++ openbsd ++ netbsd ++ illumos ++ wasi ++ windows ++ embedded ++ mmix ++ js ++ genode ++ redox);testarm = mseteq arm [ "armv5tel-linux" "armv6l-linux" "armv6l-netbsd" "armv6l-none" "armv7a-linux" "armv7a-netbsd" "armv7l-linux" "armv7l-netbsd" "arm-none" "armv7a-darwin" ];-testi686 = mseteq i686 [ "i686-linux" "i686-freebsd" "i686-genode" "i686-netbsd" "i686-openbsd" "i686-cygwin" "i686-windows" "i686-none" "i686-darwin" ];+testi686 = mseteq i686 [ "i686-linux" "i686-freebsd13" "i686-genode" "i686-netbsd" "i686-openbsd" "i686-cygwin" "i686-windows" "i686-none" "i686-darwin" ];testriscv = mseteq riscv [ "riscv32-linux" "riscv64-linux" "riscv32-netbsd" "riscv64-netbsd" "riscv32-none" "riscv64-none" ];-testx86_64 = mseteq x86_64 [ "x86_64-linux" "x86_64-darwin" "x86_64-freebsd" "x86_64-genode" "x86_64-redox" "x86_64-openbsd" "x86_64-netbsd" "x86_64-cygwin" "x86_64-solaris" "x86_64-windows" "x86_64-none" ];+testx86_64 = mseteq x86_64 [ "x86_64-linux" "x86_64-darwin" "x86_64-freebsd13" "x86_64-genode" "x86_64-redox" "x86_64-openbsd" "x86_64-netbsd" "x86_64-cygwin" "x86_64-solaris" "x86_64-windows" "x86_64-none" ];testdarwin = mseteq darwin [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ];