Skip to content

Commit

Permalink
Add bazelignore patch for rules_nixpkgs_nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 16, 2024
1 parent 8c93a9d commit 9eb1e46
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ bazel_dep(
version = "0.12.0",
dev_dependency = True,
)
single_version_override(
module_name = "rules_nixpkgs_nodejs",
patch_strip = 2,
patches = [
"rules_nixpkgs_nodejs-bazelignore.patch",
],
)

non_module_dev_deps = use_extension(
"//:non_module_dev_deps.bzl",
Expand Down
8 changes: 8 additions & 0 deletions rules_nixpkgs_nodejs-bazelignore.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
diff --git a/toolchains/nodejs/.bazelignore b/toolchains/nodejs/.bazelignore
index a61f183..18a7578 100644
--- a/toolchains/nodejs/.bazelignore
+++ b/toolchains/nodejs/.bazelignore
@@ -1,2 +1,2 @@
-bazel-*
+bazel-nodejs
testing

0 comments on commit 9eb1e46

Please sign in to comment.