From 356abdecba1a910fc83312b272952c5528c46186 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 6 Sep 2022 21:46:25 +0200 Subject: [PATCH] Correct URL for image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9949fa7..42032dd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ However this requires some prerequisites. ## Raspberry Pi installation -1. Download the image from: https://hydra.nixos.org/job/nixos/trunk-combined/nixos.sd_image.aarch64-linux +1. Download the image from: https://hydra.nixos.org/job/nixos/release-22.05/nixos.sd_image.aarch64-linux 2. Extract it with: `unzstd nixos-sd-image-*-aarch64-linux.img.zst` 3. Flash it to the SD card with `sudo dd if=$(ls nixos-sd-image-*-aarch64-linux.img) of=/dev/mmcblk0 bs=4M` 4. `curl https://git.2li.ch/Nebucatnetzer/nixos/archive/master.tar.gz | tar xz`