nix/home/vcsh: pass repository name
This commit is contained in:
parent
3f8d808a71
commit
1f14b36557
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in pkgs.writeScript "activation-script" ''
|
|||
|
||||
if ! test -d $HOME/.config/vcsh/repo.d/dotfiles.git; then
|
||||
echo Cloning dotfiles for $HOST...
|
||||
${pkgs.vcsh}/bin/vcsh clone -b $HOST ${repoBareLocal}
|
||||
${pkgs.vcsh}/bin/vcsh clone -b $HOST ${repoBareLocal} dotfiles
|
||||
set_remotes ${repoHttps} ${repoSsh}
|
||||
else
|
||||
set_remotes ${repoBareLocal} ${repoSsh}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue