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;
|
platforms = platforms.all;
|
||||||
|
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
|
|
||||||
|
mainProgram = "bash";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Reference in a new issue