lib: Adjust NetBSD example systems

Deprecate the odd one so no breaking change.
wip/yesman
John Ericson 4 years ago committed by John Ericson
parent 4689d19e35
commit a2650e1257
  1. 11
      lib/systems/examples.nix

@ -248,9 +248,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;
};
#

Loading…
Cancel
Save