about summary refs log tree commit diff
path: root/nixpkgs/lib/systems/doubles.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/lib/systems/doubles.nix')
-rw-r--r--nixpkgs/lib/systems/doubles.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/lib/systems/doubles.nix b/nixpkgs/lib/systems/doubles.nix
index 13f029ee1f40..b4cd5acfcc5b 100644
--- a/nixpkgs/lib/systems/doubles.nix
+++ b/nixpkgs/lib/systems/doubles.nix
@@ -13,7 +13,7 @@ let
     "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin"
 
     # FreeBSD
-    "i686-freebsd13" "x86_64-freebsd13"
+    "i686-freebsd" "x86_64-freebsd"
 
     # Genode
     "aarch64-genode" "i686-genode" "x86_64-genode"