es: add shellPath passthru
This commit is contained in:
@@ -43,4 +43,8 @@ stdenv.mkDerivation {
|
||||
maintainers = [ maintainers.sjmackenzie ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/es";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user