diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-12-09 09:13:59 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-12-09 09:13:59 -0500 |
| commit | 2a6a04b6ae3e76effb995b167de7e52e85f0392e (patch) | |
| tree | 24a9b926d802d839cb1364abac73d3982ba4eb27 /scripts/reconfigure-system | |
| parent | fix element-desktop: firefox segfaults in nonguix electron (diff) | |
| download | dotfiles-guix-2a6a04b6ae3e76effb995b167de7e52e85f0392e.tar.gz dotfiles-guix-2a6a04b6ae3e76effb995b167de7e52e85f0392e.tar.bz2 dotfiles-guix-2a6a04b6ae3e76effb995b167de7e52e85f0392e.zip | |
update commits, fix hyprland ambiguous, fix `update-commits` script to get timestamps correctly
Diffstat (limited to '')
| -rwxr-xr-x | scripts/reconfigure-system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reconfigure-system b/scripts/reconfigure-system index 1e38b42..3d378f3 100755 --- a/scripts/reconfigure-system +++ b/scripts/reconfigure-system @@ -1,3 +1,3 @@ #!/bin/sh repo="$HOME/.config/guix" -sudo -E guix system -L "$repo/modules" reconfigure "$repo/systems/$(hostname).scm" +sudo -E guix-retry guix system -L "$repo/modules" reconfigure "$repo/systems/$(hostname).scm" |