Fix remote building
This commit is contained in:
parent
304edcbf5b
commit
083f281d46
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let
|
||||||
(
|
(
|
||||||
pkgs.writeShellScriptBin "ssh" ''
|
pkgs.writeShellScriptBin "ssh" ''
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
${pkgs.openssh}/bin/ssh $@
|
${pkgs.openssh}/bin/ssh "$@"
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
pkgs.openssh
|
pkgs.openssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue