Skip to content

Commit

Permalink
remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 4, 2023
1 parent bd147d1 commit c5dba84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ bazel_skylib_workspace()
[
http_archive(
name = "rules_nixpkgs_{}".format(name),
patch_args = ["-p3"],
patches = {
"go": ["@@//:rules_nixpkgs_go_1.21.patch"],
}.get(name),
sha256 = "980edfceef2e59e1122d9be6c52413bc298435f0a3d452532b8a48d7562ffd67",
strip_prefix = "rules_nixpkgs-0.10.0/toolchains/{}".format(name),
urls = ["https://github.com/tweag/rules_nixpkgs/releases/download/v0.10.0/rules_nixpkgs-0.10.0.tar.gz"],
Expand Down

0 comments on commit c5dba84

Please sign in to comment.