18 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
25 sha256 = "sha256-7e08oBKU7BMZ8328qCfNynCSe7LVZ88+iQZRRKl2YkY=";
47 inherit (nixosTests) ttyd;
51 description = "Share your terminal over the web";
52 homepage = "https://github.com/tsl0922/ttyd";
53 license = lib.licenses.mit;
54 maintainers = [ lib.maintainers.thoughtpolice ];
55 platforms = lib.platforms.all;