dotfiles-guix/scripts/build-installer

7 lines
241 B
Text
Raw Normal View History

2024-12-12 20:20:14 +00:00
#!/bin/sh
2024-12-13 00:15:02 +00:00
retry="$(dirname $0)/guix-retry"
repo="$(realpath "$(dirname $0)/..")"
2024-12-12 20:20:14 +00:00
date="$(date -Iseconds)"
2024-12-13 00:15:02 +00:00
image=$("$retry" guix system -L "$repo/modules" image -t iso9660 "$repo/systems/installer.scm")
2024-12-12 20:20:14 +00:00
cp $image "./guix-installer-$date.iso"