Skip to content

Commit

Permalink
Document nixopts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Jan 17, 2019
1 parent f23f481 commit 07b8fd4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Make the content of a Nixpkgs package available in the Bazel workspace.
```bzl
nixpkgs_package(
name, attribute_path, nix_file, nix_file_deps, nix_file_content,
repository, repositories, build_file, build_file_content,
repository, repositories, build_file, build_file_content, nixopts,
fail_not_supported,
)
```
Expand Down Expand Up @@ -277,6 +277,13 @@ filegroup(
instead of a file name.</p>
</td>
</tr>
<tr>
<td><code>nixopts</code></td>
<td>
<p><code>String list; optional</code></p>
<p>Extra flags to pass when calling Nix.</p>
</td>
</tr>
<tr>
<td><code>fail_not_supported</code></td>
<td>
Expand Down

0 comments on commit 07b8fd4

Please sign in to comment.