NixOS on ARM/Raspberry Pi 5: Difference between revisions

DoggoBit (talk | contribs)
DoggoBit (talk | contribs)
No edit summary
Line 77: Line 77:
Afterwards, you can build one of the SD images:<syntaxhighlight lang="shell">
Afterwards, you can build one of the SD images:<syntaxhighlight lang="shell">
$ nix build github:nvdm/nixos-raspberrypi#installerImages.rpi5
$ nix build github:nvdm/nixos-raspberrypi#installerImages.rpi5
</syntaxhighlight>Simply copy the image to the current directory from the <code>result</code> directory, extract it and write it to the SD card.
</syntaxhighlight>Simply copy the image to the current directory from the <code>result</code> directory, extract it and write it to the SD card. You can find more information on the [[NixOS on ARM/Installation]] page.


== Other Solutions ==
== Other Solutions ==