docker compose run --rm nix
to do this manually, try
docker compose run --rm nix bash
and invoke the build steps manually.
check the disk
diskutil list external physical
note the disk name of the sd card
set --local disk "/dev/disk4"
ensure it is umounted
diskutil unmountDisk $disk
Write the image to the sd card
pv nixos-sd.img | sudo dd of=$disk bs=128K
eject the disk
diskutil eject $disk
and use it to boot the raspberry pi
bin/config-test.sh
or bin/config-switch.sh
This snippet shows the changes in the system that would be made compared to the currently deployed version
bin/config-diff.sh
- What about auto updates?
- Is it possible to build the packages on my mac (for speed)?
- ist das vielleicht die Antwort? Nix Manual Remote Builds