about summary refs log tree commit diff
path: root/pkgs/shells/zsh
diff options
context:
space:
mode:
authorzendo <linzway@qq.com>2023-08-04 08:13:11 +0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-04 10:00:59 +0000
commit4f5308922f99987cabb1821b675da86948af00b4 (patch)
treea874c6f3ddb433d6fded6040a9089bc6d8308f97 /pkgs/shells/zsh
parent5e362985ad4e50fa1f3dc85e06d1975d2a325bfc (diff)
treewide: add meta.mainProgram
Related PR: https://github.com/NixOS/nixpkgs/pull/246386
Diffstat (limited to 'pkgs/shells/zsh')
-rw-r--r--pkgs/shells/zsh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/zsh/default.nix b/pkgs/shells/zsh/default.nix
index 1297e622269f8..d2bdd5d34d22c 100644
--- a/pkgs/shells/zsh/default.nix
+++ b/pkgs/shells/zsh/default.nix
@@ -131,6 +131,7 @@ EOF
     homepage = "https://www.zsh.org/";
     maintainers = with lib.maintainers; [ pSub artturin ];
     platforms = lib.platforms.unix;
+    mainProgram = "zsh";
   };
 
   passthru = {