diff options
| author | x10an14 <x10an14@users.noreply.github.com> | 2023-08-30 19:41:29 +0200 |
|---|---|---|
| committer | x10an14 <x10an14@users.noreply.github.com> | 2023-08-30 19:41:29 +0200 |
| commit | e7bdc83a8f910b239a0d910410a9c95ff5fd99d3 (patch) | |
| tree | 417dfcd7315791b97cddbc5bad703954c17493da | |
| parent | 2d1da2ab57080e32725612ffddb82006f47f7f71 (diff) | |
fix(nix/tests): Add `git` to Nix's rust build/test sandbox
The integration test `reset_single_exercise` depends on Git...
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ version = "5.5.1"; buildInputs = cargoBuildInputs; + nativeBuildInputs = [pkgs.git]; src = with pkgs.lib; cleanSourceWith { src = self; |
