From 2a448a9ccd4b4b3d86ae7142420832237e7160f8 Mon Sep 17 00:00:00 2001
From: Tom Bereknyei <tomberek@gmail.com>
Date: Sat, 12 Feb 2022 14:06:05 -0500
Subject: [PATCH] bashInteractive: set mainProgram

---
 pkgs/shells/bash/5.1.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pkgs/shells/bash/5.1.nix b/pkgs/shells/bash/5.1.nix
index efa90b0499eb..3a11858747e6 100644
--- a/pkgs/shells/bash/5.1.nix
+++ b/pkgs/shells/bash/5.1.nix
@@ -124,6 +124,8 @@ stdenv.mkDerivation rec {
     platforms = platforms.all;
 
     maintainers = with maintainers; [ dtzWill ];
+
+    mainProgram = "bash";
   };
 
   passthru = {