lib.systems.examples.amd64-netbsd: add warning
Otherwise, nobody will know it's deprecated!
This commit is contained in:
@@ -248,8 +248,7 @@ rec {
|
|||||||
|
|
||||||
# BSDs
|
# BSDs
|
||||||
|
|
||||||
# Deprecate
|
amd64-netbsd = lib.warn "The amd64-netbsd system example is deprecated. Use x86_64-netbsd instead." x86_64-netbsd;
|
||||||
amd64-netbsd = x86_64-netbsd;
|
|
||||||
|
|
||||||
x86_64-netbsd = {
|
x86_64-netbsd = {
|
||||||
config = "x86_64-unknown-netbsd";
|
config = "x86_64-unknown-netbsd";
|
||||||
|
|||||||
Reference in New Issue
Block a user