Compare commits
No commits in common. "71ff657b4c2375c20ec13b18a39778ee8c00b0b1" and "7034b715f371015e269f091bf6387cf24526d79f" have entirely different histories.
71ff657b4c
...
7034b715f3
|
@ -88,6 +88,10 @@ Luckily, nixpkgs provides two functions to build these two elements as Nix deriv
|
|||
|
||||
# Cross compilation on NixOS (for Nix-beginners)
|
||||
|
||||
<!-- If you're not on an aarch64 machine (or did not enable native build through QEMU on your configuration), -->
|
||||
|
||||
<!-- you won't be able to build the following derivations. -->
|
||||
|
||||
As I plan to build everything from a x86_64 host, we have to set up a cross-compilation system to build our boot sequence
|
||||
for ARMv8A.
|
||||
Once again, nixpkgs make it fairly easy with its embedded cross-compilation system.
|
||||
|
|
Loading…
Reference in a new issue