1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "0khl2f6bl121slw9mlf4qzsdarpk1v3vry11f3dvz7pb1q6zjj11";
17 description = "Touch-typing tutor";
18 mainProgram = "gotypist";
20 A simple touch-typing tutor that follows Steve Yegge's methodology of
21 going in fast, slow, and medium cycles.
23 homepage = "https://github.com/pb-/gotypist";
24 license = licenses.mit;
25 maintainers = with maintainers; [ pb- ];