From 3580d5bc824e6881f5f14593011a273a7c599570 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 21 Nov 2022 07:20:57 -0300 Subject: bin/upgrade: Fix path to current Guix Home file Follow-up on 7406e924e29f179b2d5aa676c5378866b67ac41c. --- bin/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/upgrade b/bin/upgrade index 24f905d..94b30b1 100755 --- a/bin/upgrade +++ b/bin/upgrade @@ -63,4 +63,4 @@ shift $((OPTIND - 1)) pass show velhinho/0-andreh-password | head -n1 | sudo -ES guix system -v3 reconfigure /run/current-system/configuration.scm -guix home -v3 reconfigure ~/.guix/home/configuration.scm +guix home -v3 reconfigure ~/.guix-home/configuration.scm -- cgit v1.2.3