1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-06-01 19:56:07 +02:00

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

View File

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