mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
version = "5.5.1";
|
||||
|
||||
buildInputs = cargoBuildInputs;
|
||||
nativeBuildInputs = [pkgs.git];
|
||||
|
||||
src = with pkgs.lib; cleanSourceWith {
|
||||
src = self;
|
||||
|
|
Loading…
Reference in a new issue