From c9b423c9a8de6cfd35ef8a6c66662fede7bb166c Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.dev> Date: Wed, 17 Apr 2024 00:27:05 +0100 Subject: [PATCH] Fix repo path --- lib/shared/modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix index c5b13d2f..bc1e1e17 100644 --- a/lib/shared/modules/zsh.nix +++ b/lib/shared/modules/zsh.nix @@ -48,7 +48,7 @@ ${pkgs.git}/bin/git bare-clone "''${repo_url}" "''${repo_name}" popd - t "''${user_repo_path}" + t "''${repo_path}" } # Plugins