Skip to content

Commit

Permalink
Update toolchains/posix/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed May 2, 2022
1 parent f1f135d commit c2eabbd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion toolchains/posix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Rules for importing a POSIX toolchain from Nixpkgs.
### nixpkgs_sh_posix_configure

<pre>
nixpkgs_sh_posix_configure(<a href="#nixpkgs_sh_posix_configure-name">name</a>, <a href="#nixpkgs_sh_posix_configure-packages">packages</a>, <a href="#nixpkgs_sh_posix_configure-kwargs">kwargs</a>)
nixpkgs_sh_posix_configure(<a href="#nixpkgs_sh_posix_configure-name">name</a>, <a href="#nixpkgs_sh_posix_configure-packages">packages</a>, <a href="#nixpkgs_sh_posix_configure-exec_constraints">exec_constraints</a>, <a href="#nixpkgs_sh_posix_configure-kwargs">kwargs</a>)
</pre>

Create a POSIX toolchain from nixpkgs.
Expand Down Expand Up @@ -62,6 +62,20 @@ default is <code>["stdenv.initialPath"]</code>

List of Nix attribute paths to draw Unix tools from.

</p>
</td>
</tr>
<tr id="nixpkgs_sh_posix_configure-exec_constraints">
<td><code>exec_constraints</code></td>
<td>

optional.
default is <code>None</code>

<p>

Constraints for the execution platform.

</p>
</td>
</tr>
Expand Down

0 comments on commit c2eabbd

Please sign in to comment.