parent
38094de6b6
commit
25342cd6bd
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@ buildGoPackage rec {
|
|||
maintainers = with maintainers; [ vrthra ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/elvish";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue