lol

es: add shellPath passthru

+4
+4
pkgs/shells/es/default.nix
··· 43 43 maintainers = [ maintainers.sjmackenzie ]; 44 44 platforms = platforms.all; 45 45 }; 46 + 47 + passthru = { 48 + shellPath = "/bin/es"; 49 + }; 46 50 }