nix-your-shell: set meta.mainProgram

This commit is contained in:
Bernardo Meurer 2023-10-13 09:33:13 -04:00
parent fa14c19880
commit 2e6ff5cb30
No known key found for this signature in database

View File

@ -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 ];