File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ http_archive(
10
10
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz" ],
11
11
)
12
12
13
+ # workarorund https://github.com/bazelbuild/bazel/issues/25124 by using the latest rules_nixpkgs
13
14
http_archive (
14
15
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" ],
18
19
)
19
20
20
21
load ("@io_tweag_rules_nixpkgs//nixpkgs:repositories.bzl" , "rules_nixpkgs_dependencies" )
You can’t perform that action at this time.
0 commit comments