populate: add git to PATH

This commit is contained in:
tv 2016-07-17 01:12:30 +02:00
parent a428b4dcbb
commit b8d9b1507e

View File

@ -1,8 +1,9 @@
{ coreutils, fetchgit, jq, openssh, proot, rsync, stdenv, ... }: { coreutils, fetchgit, git, jq, openssh, proot, rsync, stdenv, ... }:
let let
PATH = stdenv.lib.makeBinPath [ PATH = stdenv.lib.makeBinPath [
coreutils coreutils
git
jq jq
openssh openssh
proot proot