File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Returns an attribute set of the form
9
9
{
10
10
devShells."${name}-typescript" = derivation { ... };
11
11
packages."${name}-typescript" = derivation { ... };
12
+ packages."${name}-typescript-exe" = derivation { ... };
12
13
packages."${name}-typescript-tgz" = derivation { ... };
13
14
packages."${name}-typescript-node2nix" = derivation { ... };
14
15
checks."${name}-typescript-test" = derivation { ... };
51
52
`$NODE_PATH`; and
52
53
- executes `${name}-npm-extra-dependencies`.
53
54
55
+ - `packages."${name}-typescript-exe"` is `packages."${name}-typescript"` except
56
+ runs `npm install --global --prefix="$out"` for the `installPhase`.
57
+
54
58
- `packages."${name}-typescript-tgz"` is `packages."${name}-typescript"` except
55
59
runs `npm pack` after the `buildPhase` to create a tarball of the project in
56
60
the directory `$out/tarballs/`.
You can’t perform that action at this time.
0 commit comments