From 2f11e5ab776b2b483a98403e6f0165050bbf0977 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 22 Jan 2019 15:09:27 +0100 Subject: [PATCH] local/bin/homeinit: Explain why OpenSSH is not an input of Git and must be installed --- .local/bin/homeinit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.local/bin/homeinit b/.local/bin/homeinit index 66598e50..55411d83 100755 --- a/.local/bin/homeinit +++ b/.local/bin/homeinit @@ -86,7 +86,8 @@ inpath() { section "Initial packages" if inpath guix; then - ## REVIEW: Should openssh be an input of Git? Mail sent to guix-devel. + ## OpenSSH is not an input of Git, upstream does not want to increase the + ## closure size that much. mkdir "$(dirname "$PROFILE")" guix package --profile="$PROFILE" --install openssh gnupg git stow password-store pinentry-tty source "$PROFILE"/etc/profile