diff --git a/modules/scripts/clone.nix b/modules/scripts/clone.nix index dc655e91..b41f4ec9 100644 --- a/modules/scripts/clone.nix +++ b/modules/scripts/clone.nix @@ -2,14 +2,13 @@ { perSystem = - psArgs@{ pkgs, ... }: + { pkgs, ... }: { packages.clone = pkgs.writeShellApplication { name = "clone"; runtimeInputs = with pkgs; [ git - psArgs.config.packages.start-tmux ]; text = '' @@ -34,8 +33,6 @@ mkdir -pv "$repo_path" git clone "$repo_url" "$repo_path" - - start-tmux "$repo_path" else exit 1 fi