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
This commit is contained in:
liv 2023-09-04 13:36:24 +02:00 committed by GitHub
commit e57797a8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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