From 07b8fd4a00333f4adef5faf45ef505b65c2beec4 Mon Sep 17 00:00:00 2001
From: Mathieu Boespflug
Date: Thu, 17 Jan 2019 18:18:19 +0100
Subject: [PATCH] Document nixopts.
---
README.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c4d8403a5..6e967babd 100644
--- a/README.md
+++ b/README.md
@@ -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,
)
```
@@ -277,6 +277,13 @@ filegroup(
instead of a file name.
+
+ nixopts |
+
+ String list; optional
+ Extra flags to pass when calling Nix.
+ |
+
fail_not_supported |
|