7 lines
211 B
Bash
7 lines
211 B
Bash
#!/bin/sh
|
|
herd start cow-store /mnt
|
|
mkdir -p ~/.config/guix
|
|
cp channels.scm ~/.config/guix/channels.scm
|
|
guix pull
|
|
sed -i 's|/etc/config.scm|/mnt/etc/config.scm|g' ./config.scm
|
|
guix system init ./config.scm /mnt
|