about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-05-27 14:52:42 +0200
committerGitHub <noreply@github.com>2022-05-27 14:52:42 +0200
commitd01774baa3e358c8395fc98588452d5b1f0c9a37 (patch)
tree29d9d658346abd81817f338efab2a90a78ca5cc6 /lib
parent18e4c7d8d12b2e43a9b4294af212f49d87d2c35b (diff)
parent089ff89f49e4417cb42450d70704c7319e36091d (diff)
Merge pull request #174917 from alyssais/scaleway-c1
lib.systems: drop scaleway-c1
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/examples.nix2
-rw-r--r--lib/systems/platforms.nix7
2 files changed, 0 insertions, 9 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index 170db6fb9fa0d..e41290864ed19 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;
diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix
index 72535372fc2bc..d93d292a9fb5c 100644
--- a/lib/systems/platforms.nix
+++ b/lib/systems/platforms.nix
@@ -242,13 +242,6 @@ rec {
     };
   };
 
-  scaleway-c1 = armv7l-hf-multiplatform // {
-    gcc = {
-      cpu = "cortex-a9";
-      fpu = "vfpv3";
-    };
-  };
-
   utilite = {
     linux-kernel = {
       name = "utilite";