Fix remote building

This commit is contained in:
Charlotte Van Petegem 2023-09-05 15:36:43 +02:00
parent 304edcbf5b
commit 083f281d46
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -6,7 +6,7 @@ let
(
pkgs.writeShellScriptBin "ssh" ''
export TERM=xterm-256color
${pkgs.openssh}/bin/ssh $@
${pkgs.openssh}/bin/ssh "$@"
''
)
pkgs.openssh