Skip to content

Commit

Permalink
Update gh-pages
Browse files Browse the repository at this point in the history
Store path: /nix/store/j6h7zhmzsi4xy23xf5afcwccf4p706y4-flake-lang-docs
  • Loading branch information
hercules-ci[bot] committed Jan 27, 2024
1 parent 4d46387 commit c1b361c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions api_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ <h2 id="persystemlibtypescriptflake"><a class="header" href="#persystemlibtypesc
<pre><code class="language-nix">{
devShells.&quot;${name}-typescript&quot; = derivation { ... };
packages.&quot;${name}-typescript&quot; = derivation { ... };
packages.&quot;${name}-typescript-exe&quot; = derivation { ... };
packages.&quot;${name}-typescript-tgz&quot; = derivation { ... };
packages.&quot;${name}-typescript-node2nix&quot; = derivation { ... };
checks.&quot;${name}-typescript-test&quot; = derivation { ... };
Expand Down Expand Up @@ -281,6 +282,11 @@ <h2 id="persystemlibtypescriptflake"><a class="header" href="#persystemlibtypesc
</ul>
</li>
<li>
<p><code>packages.&quot;${name}-typescript-exe&quot;</code> is <code>packages.&quot;${name}-typescript&quot;</code> except
runs <code>npm install --global --prefix=&quot;$out&quot;</code> for the <code>installPhase</code> and
copies some of the symbolic links so that the output makes sense.</p>
</li>
<li>
<p><code>packages.&quot;${name}-typescript-tgz&quot;</code> is <code>packages.&quot;${name}-typescript&quot;</code> except
runs <code>npm pack</code> after the <code>buildPhase</code> to create a tarball of the project in
the directory <code>$out/tarballs/</code>.</p>
Expand Down
6 changes: 6 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ <h2 id="persystemlibtypescriptflake"><a class="header" href="#persystemlibtypesc
<pre><code class="language-nix">{
devShells.&quot;${name}-typescript&quot; = derivation { ... };
packages.&quot;${name}-typescript&quot; = derivation { ... };
packages.&quot;${name}-typescript-exe&quot; = derivation { ... };
packages.&quot;${name}-typescript-tgz&quot; = derivation { ... };
packages.&quot;${name}-typescript-node2nix&quot; = derivation { ... };
checks.&quot;${name}-typescript-test&quot; = derivation { ... };
Expand Down Expand Up @@ -285,6 +286,11 @@ <h2 id="persystemlibtypescriptflake"><a class="header" href="#persystemlibtypesc
</ul>
</li>
<li>
<p><code>packages.&quot;${name}-typescript-exe&quot;</code> is <code>packages.&quot;${name}-typescript&quot;</code> except
runs <code>npm install --global --prefix=&quot;$out&quot;</code> for the <code>installPhase</code> and
copies some of the symbolic links so that the output makes sense.</p>
</li>
<li>
<p><code>packages.&quot;${name}-typescript-tgz&quot;</code> is <code>packages.&quot;${name}-typescript&quot;</code> except
runs <code>npm pack</code> after the <code>buildPhase</code> to create a tarball of the project in
the directory <code>$out/tarballs/</code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit c1b361c

Please sign in to comment.