add git to hydraPath

This commit is contained in:
Rob Vermaas 2009-11-17 15:45:02 +00:00
parent 40920935fc
commit 8911351e7b

View file

@ -75,7 +75,7 @@ let
hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") ( [
libxslt sqlite subversion openssh nix coreutils findutils
gzip bzip2 lzma gnutar unzip
gzip bzip2 lzma gnutar unzip git
gnused graphviz
] ++ ( if stdenv.isLinux then [rpm dpkg cdrkit] else [] )));