summary refs log tree commit diff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-05-27 12:02:39 +0000
committerAlyssa Ross <hi@alyssa.is>2022-05-27 12:02:39 +0000
commit089ff89f49e4417cb42450d70704c7319e36091d (patch)
treea9851cb60bc29b17a07cfc7ad1c5a251df98f5be /lib/systems/examples.nix
parentb7207e2235b08b80170cbe83bcba257532686df6 (diff)
downloadnixpkgs-089ff89f49e4417cb42450d70704c7319e36091d.tar
nixpkgs-089ff89f49e4417cb42450d70704c7319e36091d.tar.gz
nixpkgs-089ff89f49e4417cb42450d70704c7319e36091d.tar.bz2
nixpkgs-089ff89f49e4417cb42450d70704c7319e36091d.tar.lz
nixpkgs-089ff89f49e4417cb42450d70704c7319e36091d.tar.xz
nixpkgs-089ff89f49e4417cb42450d70704c7319e36091d.tar.zst
nixpkgs-089ff89f49e4417cb42450d70704c7319e36091d.zip
lib.systems: drop scaleway-c1
These servers apparently no longer exist, since September 2, 2021[1].
If somebody needs this for non-Scaleway machines, they should suggest
its reintroduction with a different name.

[1]: https://news.ycombinator.com/item?id=27192757
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 170db6fb9fa..e41290864ed 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -79,8 +79,6 @@ rec {
     useLLVM = true;
   };
 
-  scaleway-c1 = armv7l-hf-multiplatform // platforms.scaleway-c1;
-
   pogoplug4 = {
     config = "armv5tel-unknown-linux-gnueabi";
   } // platforms.pogoplug4;