Skip to content

Commit

Permalink
Update gh-pages
Browse files Browse the repository at this point in the history
Store path: /nix/store/4w0y6qcaz8pjj0ls3mgnj6p0a8b70fd7-flake-lang-docs
  • Loading branch information
hercules-ci[bot] committed Sep 24, 2024
1 parent 7d0a70a commit df92e37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion api_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ <h2 id="persystemlibrustflake"><a class="header" href="#persystemlibrustflake">p
<li><code>extraRustcFlags</code>(optional): Extra rustc flags</li>
<li><code>extraCargoArgs</code>(optional): Extra cargo arguments</li>
<li><code>extraEnvVars</code>(optional): Extra environment variables</li>
<li><code>generateDocs</code>(default=true): Generate Rustdoc</li>
</ul>
<p><strong>Returns:</strong></p>
<p>Returns an attribute set of the form</p>
Expand Down Expand Up @@ -295,7 +296,7 @@ <h2 id="persystemlibrustflake"><a class="header" href="#persystemlibrustflake">p
<p><em>Type:</em>
function that evaluates to a(n) (attribute set) <em>(read only)</em></p>
<p><em>Default:</em>
<code>&lt;function, args: {buildInputs?, cargoNextestExtraArgs?, crane?, crateName, data?, dataDir?, devShellHook?, devShellTools?, doInstallCargoArtifacts?, extraCargoArgs?, extraEnvVars?, extraRustcFlags?, extraSourceFilters?, extraSources?, extraSourcesDir?, nativeBuildInputs?, rustChannel?, rustProfile?, rustVersion?, src, target?, testTools?, version?}&gt;</code></p>
<code>&lt;function, args: {buildInputs?, cargoNextestExtraArgs?, crane?, crateName, data?, dataDir?, devShellHook?, devShellTools?, doInstallCargoArtifacts?, extraCargoArgs?, extraEnvVars?, extraRustcFlags?, extraSourceFilters?, extraSources?, extraSourcesDir?, generateDocs?, nativeBuildInputs?, rustChannel?, rustProfile?, rustVersion?, src, target?, testTools?, version?}&gt;</code></p>
<p><em>Example:</em></p>
<pre><code>''
{ ... }: {
Expand Down
3 changes: 2 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ <h2 id="persystemlibrustflake"><a class="header" href="#persystemlibrustflake">p
<li><code>extraRustcFlags</code>(optional): Extra rustc flags</li>
<li><code>extraCargoArgs</code>(optional): Extra cargo arguments</li>
<li><code>extraEnvVars</code>(optional): Extra environment variables</li>
<li><code>generateDocs</code>(default=true): Generate Rustdoc</li>
</ul>
<p><strong>Returns:</strong></p>
<p>Returns an attribute set of the form</p>
Expand Down Expand Up @@ -299,7 +300,7 @@ <h2 id="persystemlibrustflake"><a class="header" href="#persystemlibrustflake">p
<p><em>Type:</em>
function that evaluates to a(n) (attribute set) <em>(read only)</em></p>
<p><em>Default:</em>
<code>&lt;function, args: {buildInputs?, cargoNextestExtraArgs?, crane?, crateName, data?, dataDir?, devShellHook?, devShellTools?, doInstallCargoArtifacts?, extraCargoArgs?, extraEnvVars?, extraRustcFlags?, extraSourceFilters?, extraSources?, extraSourcesDir?, nativeBuildInputs?, rustChannel?, rustProfile?, rustVersion?, src, target?, testTools?, version?}&gt;</code></p>
<code>&lt;function, args: {buildInputs?, cargoNextestExtraArgs?, crane?, crateName, data?, dataDir?, devShellHook?, devShellTools?, doInstallCargoArtifacts?, extraCargoArgs?, extraEnvVars?, extraRustcFlags?, extraSourceFilters?, extraSources?, extraSourcesDir?, generateDocs?, nativeBuildInputs?, rustChannel?, rustProfile?, rustVersion?, src, target?, testTools?, version?}&gt;</code></p>
<p><em>Example:</em></p>
<pre><code>''
{ ... }: {
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 df92e37

Please sign in to comment.