guixconfig/sysinst.sh
2023-12-14 22:49:12 +01:00

7 lines
276 B
Bash

#!/bin/sh
set euxo -pipefail
herd start cow-store /mnt
guix pull -L.
sed -i 's|/etc/config.scm|/mnt/etc/config.scm|g' ./config.scm
guix system -L. init ./config.scm /mnt --substitute-urls="https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org"