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

lib/systems: fix scaleway-c1 platform
launchpad/nixpkgs/master
Luke Granger-Brown 3 years ago committed by GitHub
commit 5ab1ce6734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/systems/platforms.nix

@ -233,7 +233,7 @@ rec {
};
};
scaleway-c1 = lib.recursiveUpdate armv7l-hf-multiplatform {
scaleway-c1 = armv7l-hf-multiplatform // {
gcc = {
cpu = "cortex-a9";
fpu = "vfpv3";

Loading…
Cancel
Save