6 lines
276 B
Bash
6 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"
|