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)
|
# 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,6 +4,10 @@ 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