diff options
| author | liv <mokou@fastmail.com> | 2023-09-04 13:36:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 13:36:24 +0200 |
| commit | e57797a8ffb7069368d24be604a64ca7cab716b0 (patch) | |
| tree | 3dc346b55d6565add5d3f8b44a3f8fe9295ee036 /flake.nix | |
| parent | 0b7975b19556e99ac53490e48dff0245ea55a2e3 (diff) | |
| parent | e7bdc83a8f910b239a0d910410a9c95ff5fd99d3 (diff) | |
Merge pull request #1653 from x10an14/fork/fix-nix-build-of-reset-test
fix(nix/tests): Add `git` to Nix's rust build/test sandbox
Diffstat (limited to 'flake.nix')
| -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; |
