forked from lix-project/hydra
* Add openssh to $PATH to support svn+ssh checkouts.
This commit is contained in:
parent
09944ed3a2
commit
550488e010
|
@ -82,7 +82,7 @@ let
|
||||||
''; # */
|
''; # */
|
||||||
|
|
||||||
hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") [
|
hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") [
|
||||||
libxslt sqlite subversion nix coreutils findutils
|
libxslt sqlite subversion openssh nix coreutils findutils
|
||||||
gzip bzip2 lzma gnutar unzip
|
gzip bzip2 lzma gnutar unzip
|
||||||
gnused graphviz
|
gnused graphviz
|
||||||
rpm dpkg
|
rpm dpkg
|
||||||
|
|
Loading…
Reference in a new issue