Skip to content

Commit e7bdc83

Browse files
committed
fix(nix/tests): Add git to Nix's rust build/test sandbox
The integration test `reset_single_exercise` depends on Git...
1 parent 2d1da2a commit e7bdc83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
version = "5.5.1";
2626

2727
buildInputs = cargoBuildInputs;
28+
nativeBuildInputs = [pkgs.git];
2829

2930
src = with pkgs.lib; cleanSourceWith {
3031
src = self;

0 commit comments

Comments
 (0)