1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-15 01:24:27 +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

View File

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