9 version = "unstable-2023-08-13";
11 src = fetchFromGitHub {
14 rev = "71fe0679fcf82ccf458b47585cda09f3ef213155";
15 hash = "sha256-d8x4Q4ZT0qrKWEIRbYVOUjhnkJWOgY0ct/+cjaSh7SU=";
19 vendorHash = "sha256-A0jNy8cUKpfAqocgjdYU7LB4EgIr9tiOCyEaXGQl8TM=";
25 ldflags = [ "-s" "-w" ];
29 cp -r static templates $out/share
31 wrapProgram $out/bin/icebreaker \
33 --set-default GIN_MODE release
37 description = "Web app that allows students to ask real-time, anonymous questions during class";
38 homepage = "https://github.com/jonhoo/icebreaker";
39 license = licenses.mit;
40 maintainers = with maintainers; [ figsoda ];
41 mainProgram = "icebreaker";