1 { lib, bundlerEnv, ruby, bundlerUpdateScript }:
9 passthru.updateScript = bundlerUpdateScript "ruby-zoom";
12 description = "Quickly open CLI search results in your favorite editor";
13 homepage = "https://gitlab.com/mjwhitta/zoom";
14 license = with licenses; gpl3;
15 maintainers = with maintainers; [ vmandela nicknovitski ];
16 platforms = platforms.unix;