summaryrefslogtreecommitdiff
path: root/scripts/build-installer
blob: e3c4fcbcb734dcbeadf4c54937dbdb6e7b36866e (plain)
1
2
3
4
5
#!/bin/sh
repo="$HOME/.config/guix"
date="$(date -Iseconds)"
image=$(guix-retry guix system -L "$repo/modules" image -t iso9660 "$repo/systems/installer.scm")
cp $image "./guix-installer-$date.iso"