elish: add shellPath attribute
Fixes #42764
Matthew Bauer 7 years ago 25342cd6 38094de6
··· 20 20 maintainers = with maintainers; [ vrthra ]; 21 21 platforms = with platforms; linux ++ darwin; 22 22 }; 23 23 + 24 24 + passthru = { 25 25 + shellPath = "/bin/elvish"; 26 26 + }; 23 27 }