summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-15 23:07:25 +0200
committertv <tv@krebsco.de>2017-08-15 23:21:44 +0200
commit2c5458d7144d7333f8c0571201630054468eb429 (patch)
tree0fb54cabf984a62ffb68a9332e3f52978f8165d3
parent046e39ec81b9642c420d6fb2846633448d808b4a (diff)
ssh_target: nix-shell -p gitv1.2.3
-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")";
[