tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nix-your-shell: set meta.mainProgram
Bernardo Meurer
2 years ago
2e6ff5cb
fa14c198
+1
1 changed file
expand all
collapse all
unified
split
pkgs
shells
nix-your-shell
default.nix
+1
pkgs/shells/nix-your-shell/default.nix
reviewed
···
17
17
cargoSha256 = "sha256-4Z/z4VgnJQd8Uc0tMDnx7sChzXtG5ZDL88jTlhPSonM=";
18
18
19
19
meta = with lib; {
20
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 ];