fix(nix/tests): Add `git` to Nix's rust build/test sandbox

The integration test `reset_single_exercise` depends on Git...
This commit is contained in:
x10an14 2023-08-30 19:41:29 +02:00
parent 2d1da2ab57
commit e7bdc83a8f
No known key found for this signature in database
GPG Key ID: 999146D53BA5A65E
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
version = "5.5.1";
buildInputs = cargoBuildInputs;
nativeBuildInputs = [pkgs.git];
src = with pkgs.lib; cleanSourceWith {
src = self;