mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-05-19 22:23: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:
parent
2d1da2ab57
commit
e7bdc83a8f
@ -25,6 +25,7 @@
|
||||
version = "5.5.1";
|
||||
|
||||
buildInputs = cargoBuildInputs;
|
||||
nativeBuildInputs = [pkgs.git];
|
||||
|
||||
src = with pkgs.lib; cleanSourceWith {
|
||||
src = self;
|
||||
|
Loading…
x
Reference in New Issue
Block a user