summary refs log tree commit diff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-06-08 17:12:16 +0000
committerAlyssa Ross <hi@alyssa.is>2022-06-08 17:14:05 +0000
commit74562a214ef5052e475baf29db5f92f0ae891093 (patch)
treec05725fa5ede645cbce6b2e26d155498f4f85ab3 /lib/systems/examples.nix
parent04dcb539343c0c9ab57575d241d8a7f196d7cbc8 (diff)
downloadnixpkgs-74562a214ef5052e475baf29db5f92f0ae891093.tar
nixpkgs-74562a214ef5052e475baf29db5f92f0ae891093.tar.gz
nixpkgs-74562a214ef5052e475baf29db5f92f0ae891093.tar.bz2
nixpkgs-74562a214ef5052e475baf29db5f92f0ae891093.tar.lz
nixpkgs-74562a214ef5052e475baf29db5f92f0ae891093.tar.xz
nixpkgs-74562a214ef5052e475baf29db5f92f0ae891093.tar.zst
nixpkgs-74562a214ef5052e475baf29db5f92f0ae891093.zip
lib.systems.amd64-netbsd: remove
This has been deprecated for a long time, and it's doubtful it had any
users to start with.  And having an undisablable warning when
enumarating platforms is not good.
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index e41290864ed..b26407117c8 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -306,8 +306,6 @@ rec {
 
   # BSDs
 
-  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";
     libc = "nblibc";