* Quick hack to get scp to work again.

svn path=/nixos/trunk/; revision=7850
This commit is contained in:
Eelco Dolstra 2007-02-06 10:17:13 +00:00
parent ea9a82042c
commit 6c4701f7cc

View File

@ -6,8 +6,8 @@ let
if config.get option then [file] else [];
envConf = pkgs.writeText "environment" "
PATH=${systemPath}/bin:${systemPath}/sbin
";
PATH=${systemPath}/bin:${systemPath}/sbin:${pkgs.openssh}/bin
" /* ${pkgs.openssh}/bin is a hack to get remote scp to work */;
in