diff MODULE.bazel @ 12:de54585a40f1

Adding bun and node modules.
author June Park <parkjune1995@gmail.com>
date Thu, 02 Oct 2025 14:39:48 -0700
parents 98f96b8032e5
children fa2b8af609d9
line wrap: on
line diff
--- a/MODULE.bazel	Tue Sep 30 05:01:34 2025 -0700
+++ b/MODULE.bazel	Thu Oct 02 14:39:48 2025 -0700
@@ -1,3 +1,18 @@
 bazel_dep(name = "rules_cc", version = "0.1.1")
 bazel_dep(name = "platforms", version = "0.0.11")
 bazel_dep(name = "bazel_skylib", version = "1.8.2")
+
+http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
+http_file(
+  name = "bun_darwin_arm64_zip",
+  url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-aarch64.zip",
+  sha256 = "22f5fa3fff72b0d3b8e7e0f8051ecadf2e41920d474ac62db5279144809c9005",
+)
+
+
+http_file(
+  name = "bun_linux_aarch64_zip",
+  url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64.zip",
+  sha256 = "6a7a98c546d084a845deda62eb2a5b94a6a14a63ea81cf9186d46bf55bf910a9",
+)
+