diff options
-rw-r--r-- | lib/populate.jq | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/populate.jq b/lib/populate.jq index 0cc5e7f..b0615e0 100644 --- a/lib/populate.jq +++ b/lib/populate.jq @@ -119,7 +119,8 @@ def compile: def ssh_target: @sh "echo \(compile) \\", - @sh " | \($ssh_cmd) \($target.user)@\($target.host) -p \($target.port) -T"; + @sh " | \($ssh_cmd) \($target.user)@\($target.host) -p \($target.port) \\", + @sh " -T \("nix-shell -p git --run /bin/sh")"; [ |