Skip to content

Commit

Permalink
Apply bazelignore patch to rules_nipxkgs_nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 17, 2024
1 parent 9eb1e46 commit c679841
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ bazel_dep(
)
single_version_override(
module_name = "rules_nixpkgs_nodejs",
patch_strip = 2,
patch_strip = 3,
patches = [
"rules_nixpkgs_nodejs-bazelignore.patch",
],
Expand Down
8 changes: 8 additions & 0 deletions rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ bazel_dep(
name = "rules_nixpkgs_nodejs",
version = "0.12.0",
)
single_version_override(
module_name = "rules_nixpkgs_nodejs",
patch_strip = 3,
patches = [
"rules_nixpkgs_nodejs-bazelignore.patch",
],
)

bazel_dep(
name = "platforms",
version = "0.0.10",
Expand Down

0 comments on commit c679841

Please sign in to comment.