NixOS on ARM: Difference between revisions
imported>Jonahbron m Made memory options for rock5b more specific |
imported>K900 →SD card images (SBCs and similar platforms): Remove links to EOL channels, change latest kernel link to no-ZFS variant |
||
Line 360: | Line 360: | ||
* [https://hydra.nixos.org/job/nixos/release-22.11/nixos.sd_image.aarch64-linux 22.11] | * [https://hydra.nixos.org/job/nixos/release-22.11/nixos.sd_image.aarch64-linux 22.11] | ||
* [https://hydra.nixos.org/job/nixos/trunk-combined/nixos.sd_image.aarch64-linux unstable (LTS kernel)] | |||
* [https://hydra.nixos.org/job/nixos/trunk-combined/nixos.sd_image_new_kernel_no_zfs.aarch64-linux unstable (Latest kernel)] | |||
* [https://hydra.nixos.org/job/nixos/trunk-combined/nixos.sd_image.aarch64-linux unstable (LTS)] | |||
* [https://hydra.nixos.org/job/nixos/trunk-combined/nixos. | |||
On the page click on the latest successful build to get a download link under build products. If the image has the extension <code>.zst</code>, it will need to be decompressed before writing to installation device. Use <code>nix-shell -p zstd --run "unzstd <img-name>.img.zst"</code> to decompress the image. | On the page click on the latest successful build to get a download link under build products. If the image has the extension <code>.zst</code>, it will need to be decompressed before writing to installation device. Use <code>nix-shell -p zstd --run "unzstd <img-name>.img.zst"</code> to decompress the image. |