fix missing git in tests-examples

This commit is contained in:
DavHau 2022-03-28 23:41:33 +07:00
parent f2d40e70cb
commit 28b890821f

View File

@ -2,6 +2,7 @@
self,
lib,
coreutils,
git,
nix,
utils,
dream2nixWithExternals,
@ -13,6 +14,7 @@ in
utils.writePureShellScript
[
coreutils
git
nix
]
''