lol

Merge pull request #159628 from tomberek/bash_mainProgram

bashInteractive: set mainProgram

authored by

Maximilian Bosch and committed by
GitHub
50bea22c d6e423b9

+2
+2
pkgs/shells/bash/5.1.nix
··· 124 124 platforms = platforms.all; 125 125 126 126 maintainers = with maintainers; [ dtzWill ]; 127 + 128 + mainProgram = "bash"; 127 129 }; 128 130 129 131 passthru = {