summary refs log tree commit diff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-15 12:06:13 +0000
committerGitHub <noreply@github.com>2021-04-15 12:06:13 +0000
commit9c190d28df0612b8695570b218419441a6acf3ec (patch)
treee5014b18612f691a73abf22d1a57cbe176866717 /lib/systems/examples.nix
parent8b35f0c117df2d8d2c7c6844733185af91fad06b (diff)
parent081b9423d4ae18836c7564b634627b214049f80e (diff)
downloadnixpkgs-9c190d28df0612b8695570b218419441a6acf3ec.tar
nixpkgs-9c190d28df0612b8695570b218419441a6acf3ec.tar.gz
nixpkgs-9c190d28df0612b8695570b218419441a6acf3ec.tar.bz2
nixpkgs-9c190d28df0612b8695570b218419441a6acf3ec.tar.lz
nixpkgs-9c190d28df0612b8695570b218419441a6acf3ec.tar.xz
nixpkgs-9c190d28df0612b8695570b218419441a6acf3ec.tar.zst
nixpkgs-9c190d28df0612b8695570b218419441a6acf3ec.zip
Merge master into staging-next
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 13779a9b0cf..9c0013c3977 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -250,8 +250,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";