summary refs log tree commit diff
path: root/pkgs/tools/misc/zsh-autoenv
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2022-05-04 17:46:39 -0700
committerMalo Bourgon <mbourgon@gmail.com>2022-05-04 18:08:19 -0700
commit16e15fa68f0247d1ccc9bf94e2906097bcaa2d5c (patch)
tree70613ead07ec6032ead7b0f068c62ccf7ea688f7 /pkgs/tools/misc/zsh-autoenv
parent5d4bdece1f2d20eb16e5ee8e634134bd41ba02b1 (diff)
downloadnixpkgs-16e15fa68f0247d1ccc9bf94e2906097bcaa2d5c.tar
nixpkgs-16e15fa68f0247d1ccc9bf94e2906097bcaa2d5c.tar.gz
nixpkgs-16e15fa68f0247d1ccc9bf94e2906097bcaa2d5c.tar.bz2
nixpkgs-16e15fa68f0247d1ccc9bf94e2906097bcaa2d5c.tar.lz
nixpkgs-16e15fa68f0247d1ccc9bf94e2906097bcaa2d5c.tar.xz
nixpkgs-16e15fa68f0247d1ccc9bf94e2906097bcaa2d5c.tar.zst
nixpkgs-16e15fa68f0247d1ccc9bf94e2906097bcaa2d5c.zip
treewide: add meta.mainProgram to many packages
Diffstat (limited to 'pkgs/tools/misc/zsh-autoenv')
-rw-r--r--pkgs/tools/misc/zsh-autoenv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/zsh-autoenv/default.nix b/pkgs/tools/misc/zsh-autoenv/default.nix
index 51cfda5e0aa..d16410c3153 100644
--- a/pkgs/tools/misc/zsh-autoenv/default.nix
+++ b/pkgs/tools/misc/zsh-autoenv/default.nix
@@ -35,6 +35,7 @@ stdenv.mkDerivation {
       variables (overwriting and restoring).
     '';
     homepage = "https://github.com/Tarrasch/zsh-autoenv";
+    mainProgram = "zsh-autoenv-share";
     platforms = lib.platforms.all;
   };
 }