Rustlings depends on git for rustlings reset commands

This commit is contained in:
alex800121 2023-06-04 13:25:48 +08:00
parent 30291a3c25
commit 517b962558

View File

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