mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
bashInteractive: set mainProgram
This commit is contained in:
parent
9798e21595
commit
2a448a9ccd
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.all;
|
||||
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
|
||||
mainProgram = "bash";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue