Loading pkgs/by-name/ts/tsx/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,10 @@ stdenv.mkDerivation (finalAttrs: { description = "TypeScript Execute (tsx): The easiest way to run TypeScript in Node.js"; homepage = "https://tsx.is"; license = lib.licenses.mit; maintainers = [ lib.maintainers.sdedovic ]; maintainers = with lib.maintainers; [ sdedovic higherorderlogic ]; mainProgram = "tsx"; }; }) Loading
pkgs/by-name/ts/tsx/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,10 @@ stdenv.mkDerivation (finalAttrs: { description = "TypeScript Execute (tsx): The easiest way to run TypeScript in Node.js"; homepage = "https://tsx.is"; license = lib.licenses.mit; maintainers = [ lib.maintainers.sdedovic ]; maintainers = with lib.maintainers; [ sdedovic higherorderlogic ]; mainProgram = "tsx"; }; })