We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c93a9d commit 9eb1e46Copy full SHA for 9eb1e46
MODULE.bazel
@@ -153,6 +153,13 @@ bazel_dep(
153
version = "0.12.0",
154
dev_dependency = True,
155
)
156
+single_version_override(
157
+ module_name = "rules_nixpkgs_nodejs",
158
+ patch_strip = 2,
159
+ patches = [
160
+ "rules_nixpkgs_nodejs-bazelignore.patch",
161
+ ],
162
+)
163
164
non_module_dev_deps = use_extension(
165
"//:non_module_dev_deps.bzl",
rules_nixpkgs_nodejs-bazelignore.patch
@@ -0,0 +1,8 @@
1
+diff --git a/toolchains/nodejs/.bazelignore b/toolchains/nodejs/.bazelignore
2
+index a61f183..18a7578 100644
3
+--- a/toolchains/nodejs/.bazelignore
4
++++ b/toolchains/nodejs/.bazelignore
5
+@@ -1,2 +1,2 @@
6
+-bazel-*
7
++bazel-nodejs
8
+ testing
0 commit comments