Skip to content

Commit

Permalink
deploy: 432bdc6
Browse files Browse the repository at this point in the history
  • Loading branch information
yusdacra committed Nov 12, 2024
1 parent ef8888c commit 6ee145a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 75 deletions.
86 changes: 13 additions & 73 deletions reference/rust-crane/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -801,36 +801,18 @@
</li>

<li class="md-nav__item">
<a href="#depscargo" class="md-nav__link">
<span class="md-ellipsis">
deps.<wbr>cargo
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#depscranebuilddepsonly" class="md-nav__link">
<a href="#depscranesource" class="md-nav__link">
<span class="md-ellipsis">
deps.<wbr>crane.<wbr>buildDepsOnly
deps.<wbr>craneSource
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#depscranebuildpackage" class="md-nav__link">
<a href="#depsmkrusttoolchain" class="md-nav__link">
<span class="md-ellipsis">
deps.<wbr>crane.<wbr>buildPackage
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#depscranesource" class="md-nav__link">
<span class="md-ellipsis">
deps.<wbr>craneSource
deps.<wbr>mkRustToolchain
</span>
</a>

Expand Down Expand Up @@ -4784,36 +4766,18 @@
</li>

<li class="md-nav__item">
<a href="#depscargo" class="md-nav__link">
<span class="md-ellipsis">
deps.<wbr>cargo
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#depscranebuilddepsonly" class="md-nav__link">
<span class="md-ellipsis">
deps.<wbr>crane.<wbr>buildDepsOnly
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#depscranebuildpackage" class="md-nav__link">
<a href="#depscranesource" class="md-nav__link">
<span class="md-ellipsis">
deps.<wbr>crane.<wbr>buildPackage
deps.<wbr>craneSource
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#depscranesource" class="md-nav__link">
<a href="#depsmkrusttoolchain" class="md-nav__link">
<span class="md-ellipsis">
deps.<wbr>craneSource
deps.<wbr>mkRustToolchain
</span>
</a>

Expand Down Expand Up @@ -7679,32 +7643,20 @@ <h4 id="deps">deps<a class="headerlink" href="#deps" title="Permanent link">&par
</td>
</tr></table>

<h4 id="depscargo">deps.cargo<a class="headerlink" href="#depscargo" title="Permanent link">&para;</a></h4>
<p>The Cargo package to use</p>
<table>
<tr>
<td>type</td>
<td>package </td>
</tr>
<tr>
<td>source</td>
<td><a href="https://github.com/nix-community/dream2nix/blob/master/modules/dream2nix/rust-crane/interface.nix">dream2nix/modules/dream2nix/rust-crane/interface.nix</a></td>
</tr></table>

<h4 id="depscranebuilddepsonly">deps.crane.buildDepsOnly<a class="headerlink" href="#depscranebuilddepsonly" title="Permanent link">&para;</a></h4>
<p>The function to use when building dependencies of a package</p>
<h4 id="depscranesource">deps.craneSource<a class="headerlink" href="#depscranesource" title="Permanent link">&para;</a></h4>
<p>Source to use for crane functions</p>
<table>
<tr>
<td>type</td>
<td>function that evaluates to a(n) package </td>
<td>path </td>
</tr>
<tr>
<td>source</td>
<td><a href="https://github.com/nix-community/dream2nix/blob/master/modules/dream2nix/rust-crane/interface.nix">dream2nix/modules/dream2nix/rust-crane/interface.nix</a></td>
</tr></table>

<h4 id="depscranebuildpackage">deps.crane.buildPackage<a class="headerlink" href="#depscranebuildpackage" title="Permanent link">&para;</a></h4>
<p>The function to use when building packages</p>
<h4 id="depsmkrusttoolchain">deps.mkRustToolchain<a class="headerlink" href="#depsmkrusttoolchain" title="Permanent link">&para;</a></h4>
<p>Function to call that returns a rust toolchain using the provided nixpkgs instance</p>
<table>
<tr>
<td>type</td>
Expand All @@ -7715,18 +7667,6 @@ <h4 id="depscranebuildpackage">deps.crane.buildPackage<a class="headerlink" href
<td><a href="https://github.com/nix-community/dream2nix/blob/master/modules/dream2nix/rust-crane/interface.nix">dream2nix/modules/dream2nix/rust-crane/interface.nix</a></td>
</tr></table>

<h4 id="depscranesource">deps.craneSource<a class="headerlink" href="#depscranesource" title="Permanent link">&para;</a></h4>
<p>Source to use for crane functions</p>
<table>
<tr>
<td>type</td>
<td>path </td>
</tr>
<tr>
<td>source</td>
<td><a href="https://github.com/nix-community/dream2nix/blob/master/modules/dream2nix/rust-crane/interface.nix">dream2nix/modules/dream2nix/rust-crane/interface.nix</a></td>
</tr></table>

<h4 id="depsstdenv">deps.stdenv<a class="headerlink" href="#depsstdenv" title="Permanent link">&para;</a></h4>
<p>The stdenv used for building this package</p>
<table>
Expand Down
2 changes: 1 addition & 1 deletion reference/rust-crane/options.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 6ee145a

Please sign in to comment.