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
maintainers = [ maintainers.sjmackenzie ];
44
platforms = platforms.all;
45
};
0
0
0
0
46
}
···
43
maintainers = [ maintainers.sjmackenzie ];
44
platforms = platforms.all;
45
};
46
+
47
+
passthru = {
48
+
shellPath = "/bin/es";
49
+
};
50
}