flutter.mkFlutterApp: Add Git to nativeBuildInputs

The deterministic Git script depends on it.
This commit is contained in:
hacker1024 2023-04-14 02:16:04 +10:00
parent f7e3c19cc8
commit 30caca0839

View file

@ -4,6 +4,7 @@
, llvmPackages_13
, cacert
, flutter
, git
}:
# absolutely no mac support for now
@ -22,6 +23,7 @@ let
nativeBuildInputs = [
flutter
git
nukeReferences
];