README.md: add Nix installation instruction
This commit is contained in:
parent
6e6cfc0d6f
commit
1ebe014fe1
@ -1,7 +1,8 @@
|
|||||||
# NixOS on Pinecube (Early work in progress)
|
# NixOS on Pinecube (Early work in progress)
|
||||||
|
|
||||||
Build an SD card image with `./build.sh`.
|
Download / install Nix using the instructions (here)[https://nixos.org/download.html].
|
||||||
Prebuilt image [here](https://drive.google.com/file/d/1iXVv9R-33DoFKE-WSPZ4XoemhYPZPcU2/view?usp=sharing) (last updated 2020-11-21).
|
Then, build an SD card image with `./build.sh`.
|
||||||
|
Otherwise, a prebuilt image is available [here](https://drive.google.com/file/d/1iXVv9R-33DoFKE-WSPZ4XoemhYPZPcU2/view?usp=sharing) (last updated 2020-11-21).
|
||||||
Decompress and flash with:
|
Decompress and flash with:
|
||||||
```shell
|
```shell
|
||||||
$ cat ./result/sd-image/nixos-sd-image-21.03pre-git-armv7l-linux.img.zst | zstd -d | dd of=/dev/sdX bs=1024
|
$ cat ./result/sd-image/nixos-sd-image-21.03pre-git-armv7l-linux.img.zst | zstd -d | dd of=/dev/sdX bs=1024
|
||||||
|
Loading…
x
Reference in New Issue
Block a user