populate: add git to PATH
This commit is contained in:
parent
a428b4dcbb
commit
b8d9b1507e
|
@ -1,8 +1,9 @@
|
|||
{ coreutils, fetchgit, jq, openssh, proot, rsync, stdenv, ... }:
|
||||
{ coreutils, fetchgit, git, jq, openssh, proot, rsync, stdenv, ... }:
|
||||
|
||||
let
|
||||
PATH = stdenv.lib.makeBinPath [
|
||||
coreutils
|
||||
git
|
||||
jq
|
||||
openssh
|
||||
proot
|
||||
|
|
Loading…
Reference in a new issue