From 5c4efd37635371725ac05bbefb362a6daa3c99f6 Mon Sep 17 00:00:00 2001 From: "pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963" Date: Thu, 26 Nov 2015 20:58:50 +0000 Subject: [PATCH] Added a comment: Also with standalone git-annex --- ...t_3_30c3d669d74af6ebec2f4aca88df47bb._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_3_30c3d669d74af6ebec2f4aca88df47bb._comment diff --git a/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_3_30c3d669d74af6ebec2f4aca88df47bb._comment b/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_3_30c3d669d74af6ebec2f4aca88df47bb._comment new file mode 100644 index 0000000000..85975115b8 --- /dev/null +++ b/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_3_30c3d669d74af6ebec2f4aca88df47bb._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963" + nickname="pweemeeuw" + subject="Also with standalone git-annex" + date="2015-11-26T20:58:49Z" + content=""" +Just FYI, to get git-annex on nixos detected, I added the following to $HOME/.ssh/rc (mode rw-------): + +PATH=/home/patrick/bin:/home/patrick/.nix-profile/bin:/run/current-system/sw/bin + +As aliases are not expanded, I added a 'which' command in my bin directory: + +#!/run/current-system/sw/bin/bash +type -P $@ + +"""]]