NixOS on ARM/NanoPC-T4: Difference between revisions
imported>Tmountain No edit summary |
imported>Tmountain mNo edit summary |
||
| Line 74: | Line 74: | ||
<syntaxHighlight lang=bash> | <syntaxHighlight lang=bash> | ||
# get the latest link directly from hydra | # get the latest link directly from hydra | ||
wget https://hydra.nixos.org/build/135139819/download/1/nixos-sd-image-20.09.2623.97a13fb97fc-aarch64-linux.img.zst -O sd.img.zst | |||
# unzstd sd.img.zst | # unzstd sd.img.zst | ||
# udisksctl loop-setup -f sd.img -r | # udisksctl loop-setup -f sd.img -r | ||