about summary refs log tree commit diff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2022-02-12 14:06:05 -0500
committerTom Bereknyei <tomberek@gmail.com>2022-02-12 14:06:05 -0500
commit2a448a9ccd4b4b3d86ae7142420832237e7160f8 (patch)
tree26b9d0adb67bbf106697e336da315eaaaf500880 /pkgs/shells/bash
parent9798e2159544e624a8ff5e035ac28dbd5e618d0b (diff)
bashInteractive: set mainProgram
Diffstat (limited to 'pkgs/shells/bash')
-rw-r--r--pkgs/shells/bash/5.1.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/shells/bash/5.1.nix b/pkgs/shells/bash/5.1.nix
index efa90b0499eb1..3a11858747e66 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 = {