1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "vimgolf";
11 description = "A game that tests Vim efficiency";
12 homepage = "https://vimgolf.com";
13 license = licenses.mit;
14 maintainers = with maintainers; [ leungbk ];
15 platforms = platforms.unix;