Merge pull request #159628 from tomberek/bash_mainProgram

bashInteractive: set mainProgram
This commit is contained in:
Maximilian Bosch 2022-02-20 12:46:36 +01:00 committed by GitHub
commit 50bea22cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,8 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
mainProgram = "bash";
};
passthru = {