Loading pkgs/top-level/stage.nix +10 −6 Original line number Diff line number Diff line Loading @@ -241,12 +241,16 @@ let ] ++ overlays; ${if stdenv.hostPlatform == stdenv.buildPlatform then "localSystem" else "crossSystem"} = { config = lib.systems.parse.tripleFromSystem ( config = if isSupported then lib.systems.parse.tripleFromSystem ( stdenv.hostPlatform.parsed // { cpu = lib.systems.parse.cpuTypes.i686; } ); ) else "i686-unknown-linux-gnu"; }; } else Loading Loading
pkgs/top-level/stage.nix +10 −6 Original line number Diff line number Diff line Loading @@ -241,12 +241,16 @@ let ] ++ overlays; ${if stdenv.hostPlatform == stdenv.buildPlatform then "localSystem" else "crossSystem"} = { config = lib.systems.parse.tripleFromSystem ( config = if isSupported then lib.systems.parse.tripleFromSystem ( stdenv.hostPlatform.parsed // { cpu = lib.systems.parse.cpuTypes.i686; } ); ) else "i686-unknown-linux-gnu"; }; } else Loading