File tree Expand file tree Collapse file tree 3 files changed +53
-1
lines changed Expand file tree Collapse file tree 3 files changed +53
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ bazel_dep(
155155)
156156single_version_override (
157157 module_name = "rules_nixpkgs_nodejs" ,
158- patch_strip = 2 ,
158+ patch_strip = 3 ,
159159 patches = [
160160 "rules_nixpkgs_nodejs-bazelignore.patch" ,
161161 ],
Original file line number Diff line number Diff line change @@ -43,6 +43,14 @@ bazel_dep(
4343 name = "rules_nixpkgs_nodejs" ,
4444 version = "0.12.0" ,
4545)
46+ single_version_override (
47+ module_name = "rules_nixpkgs_nodejs" ,
48+ patch_strip = 3 ,
49+ patches = [
50+ "rules_nixpkgs_nodejs-bazelignore.patch" ,
51+ ],
52+ )
53+
4654bazel_dep (
4755 name = "platforms" ,
4856 version = "0.0.10" ,
Original file line number Diff line number Diff line change 1+ diff --git a/core/.bazelignore b/core/.bazelignore
2+ index a61f183..850ed9f 100644
3+ --- a/core/.bazelignore
4+ +++ b/core/.bazelignore
5+ @@ -1,2 +1,2 @@
6+ - bazel-*
7+ + bazel-core
8+ testing
9+ diff --git a/testing/python/.bazelignore b/testing/python/.bazelignore
10+ new file mode 100644
11+ index 0000000..19c59ca
12+ --- /dev/null
13+ +++ b/testing/python/.bazelignore
14+ @@ -0,0 +1 @@
15+ + bazel-python
16+ diff --git a/toolchains/java/.bazelignore b/toolchains/java/.bazelignore
17+ new file mode 100644
18+ index 0000000..ad4a625
19+ --- /dev/null
20+ +++ b/toolchains/java/.bazelignore
21+ @@ -0,0 +1 @@
22+ + bazel-java
23+ diff --git a/toolchains/nodejs/.bazelignore b/toolchains/nodejs/.bazelignore
24+ index a61f183..18a7578 100644
25+ --- a/toolchains/nodejs/.bazelignore
26+ +++ b/toolchains/nodejs/.bazelignore
27+ @@ -1,2 +1,2 @@
28+ - bazel-*
29+ + bazel-nodejs
30+ testing
31+ diff --git a/toolchains/nodejs/testing/.bazelignore b/toolchains/nodejs/testing/.bazelignore
32+ new file mode 100644
33+ index 0000000..0d9926e
34+ --- /dev/null
35+ +++ b/toolchains/nodejs/testing/.bazelignore
36+ @@ -0,0 +1 @@
37+ + bazel-nodejs
38+ diff --git a/toolchains/rust/.bazelignore b/toolchains/rust/.bazelignore
39+ new file mode 100644
40+ index 0000000..ee88e84
41+ --- /dev/null
42+ +++ b/toolchains/rust/.bazelignore
43+ @@ -0,0 +1 @@
44+ + bazel-rust
You can’t perform that action at this time.
0 commit comments