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
commit 1630eccc5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {