From 517b9625585905a427045563deb5cc4020d4b3a3 Mon Sep 17 00:00:00 2001 From: alex800121 Date: Sun, 4 Jun 2023 13:25:48 +0800 Subject: [PATCH] Rustlings depends on git for rustlings reset commands --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5dbca5c2..9917e415 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ name = "rustlings"; version = "5.5.1"; + nativeBuildInputs = [ pkgs.git ]; buildInputs = cargoBuildInputs; src = with pkgs.lib; cleanSourceWith {