Merge pull request #220436 from viraptor/fac-build-fix

fac-build: fix tests calling out to git

authored by

Stanisław Pitucha and committed by
GitHub
b9c00c1d 1a1c73ec

+3
+3
pkgs/development/tools/build-managers/fac/default.nix
··· 25 25 substituteInPlace src/git.rs \ 26 26 --replace 'std::process::Command::new("git")' \ 27 27 'std::process::Command::new("${git}/bin/git")' 28 + substituteInPlace tests/lib.rs \ 29 + --replace 'std::process::Command::new("git")' \ 30 + 'std::process::Command::new("${git}/bin/git")' 28 31 ''; 29 32 30 33 meta = with lib; {