NixOS on ARM: Difference between revisions

imported>Samueldr
m Reverted edits by Zzeroo (talk) to last revision by Pancho
imported>Luflosi
m Change the download link from 20.03 to 20.09
Line 271: Line 271:
=== Getting the installer ===
=== Getting the installer ===


For aarch64 it is possible to download images from Hydra ([https://hydra.nixos.org/job/nixos/release-20.03/nixos.sd_image.aarch64-linux 20.03]) and ([https://hydra.nixos.org/job/nixos/trunk-combined/nixos.sd_image.aarch64-linux unstable]). On the page click on the latest successful built to get a download link under build products. If the image has the extension <code>.zstd</code>, it will need to be decompressed before writing to installation device. Use <code>nix-shell -p zstd --run "unzstd <img-name>.img.zstd"</code> to decompress the image.
For aarch64 it is possible to download images from Hydra ([https://hydra.nixos.org/job/nixos/release-20.09/nixos.sd_image.aarch64-linux 20.09]) and ([https://hydra.nixos.org/job/nixos/trunk-combined/nixos.sd_image.aarch64-linux unstable]). On the page click on the latest successful built to get a download link under build products. If the image has the extension <code>.zstd</code>, it will need to be decompressed before writing to installation device. Use <code>nix-shell -p zstd --run "unzstd <img-name>.img.zstd"</code> to decompress the image.


=== Installation steps ===
=== Installation steps ===