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

Otherwise, nobody will know it's deprecated!
This commit is contained in:
Alyssa Ross 2021-04-15 09:18:08 +00:00
parent 894b606945
commit 9767460d00

View file

@ -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";