Add git to unit-test environment

This commit is contained in:
Brian Leung 2022-10-17 02:28:18 -07:00
parent 68c23526e5
commit 318586a750
No known key found for this signature in database
GPG Key ID: 2D86D6A94C8BB3B1

View File

@ -3,6 +3,7 @@
lib,
coreutils,
nix,
git,
python3,
utils,
dream2nixWithExternals,
@ -20,6 +21,7 @@ in
[
coreutils
nix
git
]
''
export dream2nixSrc=${../../.}/src