Revert "stage.nix: pkgsi686Linux only works on x86 family"
This reverts commit 78ca6d885f.
Broke eval on aarch64
This commit is contained in:
@@ -150,7 +150,7 @@ let
|
|||||||
|
|
||||||
# All packages built for i686 Linux.
|
# All packages built for i686 Linux.
|
||||||
# Used by wine, firefox with debugging version of Flash, ...
|
# Used by wine, firefox with debugging version of Flash, ...
|
||||||
pkgsi686Linux = assert stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86; nixpkgsFun {
|
pkgsi686Linux = assert stdenv.hostPlatform.isLinux; nixpkgsFun {
|
||||||
inherit overlays config;
|
inherit overlays config;
|
||||||
${if stdenv.hostPlatform == stdenv.buildPlatform
|
${if stdenv.hostPlatform == stdenv.buildPlatform
|
||||||
then "localSystem" else "crossSystem"} = {
|
then "localSystem" else "crossSystem"} = {
|
||||||
|
|||||||
Reference in New Issue
Block a user