NixOS on ARM: Difference between revisions
imported>Mic92 |
imported>Pancho m →Getting the installer: Drop stale section with dead link and no longer current info. |
||
| Line 272: | Line 272: | ||
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.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. | ||
=== Installation steps === | === Installation steps === | ||