From 2e6ff5cb300a97e947e1ead5d9f6c134f98aa8c9 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Fri, 13 Oct 2023 09:33:13 -0400 Subject: [PATCH] nix-your-shell: set meta.mainProgram --- pkgs/shells/nix-your-shell/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ];