Merge pull request #134763 from r-burns/fix-scaleway

lib/systems: fix scaleway-c1 platform
This commit is contained in:
Luke Granger-Brown
2021-08-21 03:40:30 +01:00
committed by GitHub
+1 -1
View File
@@ -233,7 +233,7 @@ rec {
};
};
scaleway-c1 = lib.recursiveUpdate armv7l-hf-multiplatform {
scaleway-c1 = armv7l-hf-multiplatform // {
gcc = {
cpu = "cortex-a9";
fpu = "vfpv3";