Skip to content

Commit

Permalink
apps: cluster1: guix: taskrun: Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Sep 21, 2024
1 parent accbcd7 commit 6f06f3d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/cluster1/guix/taskrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ spec:
# TODO: Fix not available resolver provided by Kubernetes.
echo "nameserver 192.168.0.145" | sudo tee /etc/resolv.conf
guix install git
git clone https://gitlab.com/wigust/dotfiles "${HOME}/.local/share/chezmoi"
if [[ -e "${HOME}/.local/share/chezmoi" ]]
then
:
else
git clone https://gitlab.com/wigust/dotfiles "${HOME}/.local/share/chezmoi"
fi
cd "${HOME}/.local/share/chezmoi" || exit 1
guix pull --channels=dotfiles/channels-current-local-file.scm
sudo -i guix system reconfigure "${PWD}/dotfiles/guixsd/vm-guix-datavolume.scm"

0 comments on commit 6f06f3d

Please sign in to comment.