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
32dcf4e9dd
commit
54a3a31478
@ -4,15 +4,16 @@
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}: let
|
||||
}:
|
||||
#let
|
||||
#crossFast = pkgs.crossArm64.pkgsCross.aarch64-multiplatform;
|
||||
crossNative = pkgs.pkgsCross.aarch64-multiplatform;
|
||||
in {
|
||||
#in
|
||||
{
|
||||
mj.skipPerf = true;
|
||||
|
||||
boot = {
|
||||
#kernelPackages = crossNative.linuxPackagesFor (crossFast.buildLinux rec {
|
||||
kernelPackages = crossNative.linuxPackagesFor (crossNative.buildLinux rec {
|
||||
kernelPackages = pkgs.linuxPackagesFor (pkgs.buildLinux rec {
|
||||
version = "6.9.0-rc1";
|
||||
modDirVersion = "6.9.0-rc1";
|
||||
|
||||
@ -59,6 +60,6 @@ in {
|
||||
inherit config lib pkgs;
|
||||
};
|
||||
#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