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)
|
# 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
|
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.
|
for ARMv8A.
|
||||||
Once again, nixpkgs make it fairly easy with its embedded cross-compilation system.
|
Once again, nixpkgs make it fairly easy with its embedded cross-compilation system.
|
||||||
|
|
|
@ -4,10 +4,6 @@ title = "Victor Mignot's blog"
|
||||||
theme = "dalaran"
|
theme = "dalaran"
|
||||||
copyright = "CC BY-SA 4.0"
|
copyright = "CC BY-SA 4.0"
|
||||||
|
|
||||||
[markup]
|
|
||||||
[markup.highlight]
|
|
||||||
style = "tango"
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
introduction = "Just experimenting computer stuff and sharing it."
|
introduction = "Just experimenting computer stuff and sharing it."
|
||||||
mail = "dala@dalaran.fr"
|
mail = "dala@dalaran.fr"
|
||||||
|
|
Loading…
Reference in a new issue