lol

nix-your-shell: set meta.mainProgram

+1
+1
pkgs/shells/nix-your-shell/default.nix
··· 17 17 cargoSha256 = "sha256-4Z/z4VgnJQd8Uc0tMDnx7sChzXtG5ZDL88jTlhPSonM="; 18 18 19 19 meta = with lib; { 20 + mainProgram = "nix-your-shell"; 20 21 description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"; 21 22 homepage = "https://github.com/MercuryTechnologies/nix-your-shell"; 22 23 license = [ licenses.mit ];