* Quick hack to get scp to work again.
svn path=/nixos/trunk/; revision=7850
This commit is contained in:
parent
ea9a82042c
commit
6c4701f7cc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user