diff options
Diffstat (limited to 'aux/containers/guix/with-container.sh')
-rwxr-xr-x | aux/containers/guix/with-container.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/containers/guix/with-container.sh b/aux/containers/guix/with-container.sh index fcbb8b5..bd7919a 100755 --- a/aux/containers/guix/with-container.sh +++ b/aux/containers/guix/with-container.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eu -CHANNEL_REMOTE='https://euandreh.xyz/package-repository.git' +CHANNEL_REMOTE='https://euandre.org/git/package-repository' CHANNEL_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/euandreh-guix-channel" if [ ! -d "$CHANNEL_DIR" ]; then |