Skip to content

Commit e57797a

Browse files
authored
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
2 parents 0b7975b + e7bdc83 commit e57797a

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)