Merge pull request #260891 from lovesegfault/nix-your-shell-mainProgram

nix-your-shell: set meta.mainProgram
This commit is contained in:
Weijia Wang 2023-10-13 18:56:23 +02:00 committed by GitHub
commit c2676d1f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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