lib.systems.examples.amd64-netbsd: add warning

Otherwise, nobody will know it's deprecated!
wip/yesman
Alyssa Ross 3 years ago
parent 894b606945
commit 9767460d00
  1. 3
      lib/systems/examples.nix

@ -248,8 +248,7 @@ rec {
# BSDs
# Deprecate
amd64-netbsd = x86_64-netbsd;
amd64-netbsd = lib.warn "The amd64-netbsd system example is deprecated. Use x86_64-netbsd instead." x86_64-netbsd;
x86_64-netbsd = {
config = "x86_64-unknown-netbsd";

Loading…
Cancel
Save