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
1 changed files with 4 additions and 0 deletions

View File

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