elish: add shellPath attribute

Fixes #42764
This commit is contained in:
Matthew Bauer 2018-06-29 13:36:59 -04:00 committed by GitHub
parent 38094de6b6
commit 25342cd6bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,4 +20,8 @@ buildGoPackage rec {
maintainers = with maintainers; [ vrthra ];
platforms = with platforms; linux ++ darwin;
};
passthru = {
shellPath = "/bin/elvish";
};
}