Skip to content

Commit

Permalink
Include Skylib in repositories()
Browse files Browse the repository at this point in the history
Use the same version as rules_haskell does currently.
  • Loading branch information
mboes authored and mergify-bot committed Apr 22, 2020
1 parent 8e0e384 commit 57fbb27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nixpkgs/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ def rules_nixpkgs_dependencies():
strip_prefix = "platforms-46993efdd33b73649796c5fc5c9efb193ae19d51",
urls = ["https://github.com/bazelbuild/platforms/archive/46993efdd33b73649796c5fc5c9efb193ae19d51.tar.gz"],
)
maybe(
http_archive,
"bazel_skylib",
sha256 = "e5d90f0ec952883d56747b7604e2a15ee36e288bb556c3d0ed33e818a4d971f2",
strip_prefix = "bazel-skylib-1.0.2",
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/1.0.2.tar.gz"],
)

0 comments on commit 57fbb27

Please sign in to comment.