Skip to content

Commit

Permalink
Add missing bzl module to nix example
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Jan 30, 2025
1 parent d256c7b commit 855eca4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion examples/nix_cross_compiling/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "rules_nixpkgs_core", version = "0.12.0")
bazel_dep(
name = "rules_nixpkgs_core",
version = "0.12.0",
)
bazel_dep(
name = "bazel_skylib",
version = "1.7.1",
)

internal = use_extension("//bazel:nix_repositories.bzl", "internal_ext")
use_repo(
Expand Down

0 comments on commit 855eca4

Please sign in to comment.