Merge pull request #260891 from lovesegfault/nix-your-shell-mainProgram
nix-your-shell: set meta.mainProgram
This commit is contained in:
commit
c2676d1f74
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue