From 1f14b36557baafa532f6d2ea60cb7b9b8accd9db Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sat, 10 Nov 2018 14:40:50 +0100 Subject: [PATCH] nix/home/vcsh: pass repository name --- nix/home-manager/profiles/dotfiles/vcsh.tmpl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home-manager/profiles/dotfiles/vcsh.tmpl.nix b/nix/home-manager/profiles/dotfiles/vcsh.tmpl.nix index fe99c8d..16a5d80 100644 --- a/nix/home-manager/profiles/dotfiles/vcsh.tmpl.nix +++ b/nix/home-manager/profiles/dotfiles/vcsh.tmpl.nix @@ -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}