aboutsummaryrefslogtreecommitdiff
path: root/tw/system/nonfree-installer.scm
AgeCommit message (Collapse)Author
2023-11-01Add a simple test scriptTimo Wilken
This only evaluates each home and system config to make sure they're valid. Move the "nonfree installer" declaration to a subdirectory since evaluating it does too much -- it seems to trigger a "guix pull" somehow.
2023-01-19Add nonfree installer imageTimo Wilken
Use the following command to write this image to disk: dd if=$(guix system image -t efi-raw tw/system/nonfree-installer.scm) \ of=/dev/sdX bs=64k oflag=sync status=progress