aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorMatthew Bauer <matthew.bauer@obsidian.systems>2018-07-28 12:29:02 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-02-26 15:55:47 -0500
commitaab8c7ba437d240bd9780e09489e7358fee180e2 (patch)
treeaa9f728c9750b5b86effef7830bf4a575fa53c16 /lib/systems/examples.nix
parent1b2675213cd3e59a0a71a60529cc110ac80dd4a3 (diff)
netbsd: add cross target
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index ac1633a1a15f..0c9a3b4a63f5 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -212,4 +212,11 @@ rec {
libc = "msvcrt"; # This distinguishes the mingw (non posix) toolchain
platform = {};
};
+
+ # BSDs
+
+ amd64-netbsd = {
+ config = "x86_64-unknown-netbsd";
+ libc = "nblibc";
+ };
}