forked from mirrors/nixpkgs
lib.systems.examples.amd64-netbsd: add warning
Otherwise, nobody will know it's deprecated!
This commit is contained in:
parent
894b606945
commit
9767460d00
|
@ -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…
Reference in a new issue