Compare commits
2 commits
7034b715f3
...
71ff657b4c
Author | SHA1 | Date | |
---|---|---|---|
Victor Mignot | 71ff657b4c | ||
Victor Mignot | b968a676bf |
|
@ -88,10 +88,6 @@ 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