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}