From 2a6a04b6ae3e76effb995b167de7e52e85f0392e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 9 Dec 2024 09:13:59 -0500 Subject: update commits, fix hyprland ambiguous, fix `update-commits` script to get timestamps correctly --- scripts/reconfigure-system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/reconfigure-system') 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" -- cgit v1.2.3-freya