Skip to content

Commit 38571f8

Browse files
author
jared
committed
Update documentation to briefly discuss the -exe added
1 parent 149084e commit 38571f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake-lang/typescript/description.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Returns an attribute set of the form
99
{
1010
devShells."${name}-typescript" = derivation { ... };
1111
packages."${name}-typescript" = derivation { ... };
12+
packages."${name}-typescript-exe" = derivation { ... };
1213
packages."${name}-typescript-tgz" = derivation { ... };
1314
packages."${name}-typescript-node2nix" = derivation { ... };
1415
checks."${name}-typescript-test" = derivation { ... };
@@ -51,6 +52,9 @@ where
5152
`$NODE_PATH`; and
5253
- executes `${name}-npm-extra-dependencies`.
5354
55+
- `packages."${name}-typescript-exe"` is `packages."${name}-typescript"` except
56+
runs `npm install --global --prefix="$out"` for the `installPhase`.
57+
5458
- `packages."${name}-typescript-tgz"` is `packages."${name}-typescript"` except
5559
runs `npm pack` after the `buildPhase` to create a tarball of the project in
5660
the directory `$out/tarballs/`.

0 commit comments

Comments
 (0)