This commit is contained in:
mtgmonkey 2025-06-10 10:05:54 -04:00
parent 7f88f5dc91
commit 068234e12c

View file

@ -20,4 +20,9 @@ stdenv.mkDerivation {
cp start-server $out/bin/jank-client cp start-server $out/bin/jank-client
cp . $out/src -r cp . $out/src -r
''; '';
meta = {
mainProgram = "jank-client";
description = "jank-client";
homepage = "https://git.mtgmonkey.net/jank-client-fork.git";
};
} }