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