summaryrefslogtreecommitdiffstats
path: root/lib/populate.jq
diff options
context:
space:
mode:
Diffstat (limited to 'lib/populate.jq')
-rw-r--r--lib/populate.jq3
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")";
[