summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/examples.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 02958f31ec8..13779a9b0cf 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -250,9 +250,18 @@ rec {
 
   # BSDs
 
-  amd64-netbsd = {
+  # Deprecate
+  amd64-netbsd = x86_64-netbsd;
+
+  x86_64-netbsd = {
+    config = "x86_64-unknown-netbsd";
+    libc = "nblibc";
+  };
+
+  x86_64-netbsd-llvm = {
     config = "x86_64-unknown-netbsd";
     libc = "nblibc";
+    useLLVM = true;
   };
 
   #