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

View File

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