Enable cross-compiling Raspberry Pi system.

This commit is contained in:
Fern Garden 2025-07-11 12:35:02 +08:00
parent 547c435ce8
commit e4d3620bf7

View file

@ -25,4 +25,6 @@
};
hardware.cpu.intel.updateMicrocode = true;
boot.binfmt.emulatedSystems = ["aarch64-linux"];
}