Skip to content

Commit ddeefab

Browse files
Workaround apple-sdk/zlib incompatibility
1 parent 12718e2 commit ddeefab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

WORKSPACE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ http_archive(
1010
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz"],
1111
)
1212

13+
# workarorund https://github.com/bazelbuild/bazel/issues/25124 by using the latest rules_nixpkgs
1314
http_archive(
1415
name = "io_tweag_rules_nixpkgs",
15-
sha256 = "30271f7bd380e4e20e4d7132c324946c4fdbc31ebe0bbb6638a0f61a37e74397",
16-
strip_prefix = "rules_nixpkgs-0.13.0",
17-
urls = ["https://github.com/tweag/rules_nixpkgs/releases/download/v0.13.0/rules_nixpkgs-0.13.0.tar.gz"],
16+
sha256 = "f469fa2a577c0c904580fbb02d0a51e0e9e16bb6dbf25823d45f91dc01572694",
17+
strip_prefix = "rules_nixpkgs-329ca7c9479fb44176e5b5523fe0ecc12e5ff196",
18+
urls = ["https://github.com/tweag/rules_nixpkgs/archive/329ca7c9479fb44176e5b5523fe0ecc12e5ff196.tar.gz"],
1819
)
1920

2021
load("@io_tweag_rules_nixpkgs//nixpkgs:repositories.bzl", "rules_nixpkgs_dependencies")

0 commit comments

Comments
 (0)