es: add shellPath passthru

This commit is contained in:
zimbatm
2016-06-12 18:57:29 +01:00
parent b5dad466d5
commit 68865f51ef
+4
View File
@@ -43,4 +43,8 @@ stdenv.mkDerivation {
maintainers = [ maintainers.sjmackenzie ];
platforms = platforms.all;
};
passthru = {
shellPath = "/bin/es";
};
}