6 # https://git.sr.ht/~emersion/gamja/tree/master/doc/config-file.md
11 version = "1.0.0-beta.9";
13 src = fetchFromSourcehut {
17 hash = "sha256-09rCj9oMzldRrxMGH4rUnQ6wugfhfmJP3rHET5b+NC8=";
20 npmDepsHash = "sha256-LxShwZacCctKAfMNCUMyrSaI1hIVN80Wseq/d8WITkc=";
26 ${lib.optionalString (gamjaConfig != null) "cp ${writeText "gamja-config" (builtins.toJSON gamjaConfig)} $out/config.json"}
32 description = "Simple IRC web client";
33 homepage = "https://git.sr.ht/~emersion/gamja";
34 license = licenses.agpl3Only;
35 maintainers = with maintainers; [motiejus apfelkuchen6];