From 2c5458d7144d7333f8c0571201630054468eb429 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 15 Aug 2017 23:07:25 +0200 Subject: ssh_target: nix-shell -p git --- lib/populate.jq | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")"; [ -- cgit v1.2.3