tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
es: add shellPath passthru
zimbatm.tngl.sh
9 years ago
68865f51
b5dad466
+4
1 changed file
expand all
collapse all
unified
split
pkgs
shells
es
default.nix
+4
pkgs/shells/es/default.nix
···
43
43
maintainers = [ maintainers.sjmackenzie ];
44
44
platforms = platforms.all;
45
45
};
46
46
+
47
47
+
passthru = {
48
48
+
shellPath = "/bin/es";
49
49
+
};
46
50
}