Skip to content

Commit

Permalink
Move factoriolab to MODULE.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed Sep 14, 2024
1 parent 390db68 commit 2a627e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,15 @@ use_repo(

bazel_dep(name = "rules_python_gazelle_plugin", version = "0.35.0")
bazel_dep(name = "aspect_rules_py", version = "0.8.0")

http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_github_factoriolab",
strip_prefix = "factoriolab-4ac80cb416e779819a73b871dd3e32ab7e0cda0c",
url = "https://github.com/factoriolab/factoriolab/archive/4ac80cb416e779819a73b871dd3e32ab7e0cda0c.zip",
build_file_content = """
exports_files(glob(["**/*"]))
""",
)

0 comments on commit 2a627e4

Please sign in to comment.