lol

linux.stdenv: gcc_10 → gcc_11

+1
+1
pkgs/top-level/all-packages.nix
··· 12137 12137 num = 12138 12138 if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6 12139 12139 else if (stdenv.targetPlatform.isAarch64 && stdenv.isDarwin) then 11 12140 + else if (stdenv.targetPlatform.isx86_64 && stdenv.isLinux) then 11 12140 12141 else if stdenv.targetPlatform.isAarch64 then 9 12141 12142 else 10; 12142 12143 numS = toString num;