diff --git a/.local/bin/homeinit b/.local/bin/homeinit index cb499f0f..c08fb4c2 100755 --- a/.local/bin/homeinit +++ b/.local/bin/homeinit @@ -219,8 +219,6 @@ guix_install_profile() { local manifest manifest=$HOME/.package-lists/guix-$i-manifest.scm if [ -f "$manifest" ]; then - warning "Manifest $manifest not found." - else if [ "$i" = "default" ]; then ~/.config/guix/current/bin/guix package --manifest="$manifest" --keep-failed --substitute-urls="$SUBSTITUTE_URLS" . ~/.guix-profile/etc/profile @@ -232,6 +230,8 @@ guix_install_profile() { . "$profile"/etc/profile fi fi + else + warning "Manifest '$manifest' not found." fi }