Merge pull request #128062 from deviant/git-shell-path

git: add shellPath passthru
This commit is contained in:
edef
2021-07-14 01:10:13 +00:00
committed by GitHub
@@ -337,8 +337,11 @@ stdenv.mkDerivation {
stripDebugList = [ "lib" "libexec" "bin" "share/git/contrib/credential/libsecret" ];
passthru.tests = {
buildbot-integration = nixosTests.buildbot;
passthru = {
shellPath = "/bin/git-shell";
tests = {
buildbot-integration = nixosTests.buildbot;
};
};
meta = {