disable crossNative
https://discourse.nixos.org/t/24-05-unable-to-build-bash-and-thus-almost-anything-on-aarch64-linux/46513/5?u=motiejus
This commit is contained in:
parent
afdd9f3bfb
commit
776cea6c01
@ -4,15 +4,16 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
modulesPath,
|
modulesPath,
|
||||||
...
|
...
|
||||||
}: let
|
}:
|
||||||
|
#let
|
||||||
#crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform;
|
#crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform;
|
||||||
crossNative = pkgs.pkgsCross.aarch64-multiplatform;
|
#in
|
||||||
in {
|
{
|
||||||
mj.skipPerf = true;
|
mj.skipPerf = true;
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
#kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec {
|
#kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec {
|
||||||
kernelPackages = crossNative.linuxPackagesFor (crossNative.buildLinux rec {
|
kernelPackages = pkgs.linuxPackagesFor (pkgs.buildLinux rec {
|
||||||
version = "6.9.0-rc1";
|
version = "6.9.0-rc1";
|
||||||
modDirVersion = "6.9.0-rc1";
|
modDirVersion = "6.9.0-rc1";
|
||||||
|
|
||||||
@ -59,6 +60,6 @@ in {
|
|||||||
inherit config lib pkgs;
|
inherit config lib pkgs;
|
||||||
};
|
};
|
||||||
#uboot = crossFast.callPackage ../../hacks/orangepi5plus/uboot {};
|
#uboot = crossFast.callPackage ../../hacks/orangepi5plus/uboot {};
|
||||||
uboot = crossNative.callPackage ../../hacks/orangepi5plus/uboot {};
|
uboot = pkgs.callPackage ../../hacks/orangepi5plus/uboot {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user