about summary refs log tree commit diff
path: root/pkgs/shells/nix-your-shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/nix-your-shell/default.nix')
-rw-r--r--pkgs/shells/nix-your-shell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/nix-your-shell/default.nix b/pkgs/shells/nix-your-shell/default.nix
index 87a3c0631291..8b2c36daf127 100644
--- a/pkgs/shells/nix-your-shell/default.nix
+++ b/pkgs/shells/nix-your-shell/default.nix
@@ -17,6 +17,7 @@ rustPlatform.buildRustPackage rec {
   cargoSha256 = "sha256-4Z/z4VgnJQd8Uc0tMDnx7sChzXtG5ZDL88jTlhPSonM=";
 
   meta = with lib; {
+    mainProgram = "nix-your-shell";
     description = "A `nix` and `nix-shell` wrapper for shells other than `bash`";
     homepage = "https://github.com/MercuryTechnologies/nix-your-shell";
     license = [ licenses.mit ];