Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency io_tweag_rules_nixpkgs to v0.13.0 #141

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

Package Type Update Change
io_tweag_rules_nixpkgs http_archive minor v0.12.0 -> v0.13.0

Release Notes

tweag/rules_nixpkgs (io_tweag_rules_nixpkgs)

v0.13.0

Compare Source

Using Bzlmod with Bazel 6+
  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
For the core module
bazel_dep(name = "rules_nixpkgs_core", version = "0.13.0")
For the nodejs module
bazel_dep(name = "rules_nixpkgs_nodejs", version = "0.13.0")
Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_tweag_rules_nixpkgs",
    sha256 = "30271f7bd380e4e20e4d7132c324946c4fdbc31ebe0bbb6638a0f61a37e74397",
    strip_prefix = "rules_nixpkgs-0.13.0",
    urls = ["https://github.com/tweag/rules_nixpkgs/releases/download/v0.13.0/rules_nixpkgs-0.13.0.tar.gz"],
)

load("@​io_tweag_rules_nixpkgs//nixpkgs:repositories.bzl", "rules_nixpkgs_dependencies")

rules_nixpkgs_dependencies()

load("@​io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl", "nixpkgs_git_repository", "nixpkgs_package", "nixpkgs_cc_configure")

load("@​io_tweag_rules_nixpkgs//nixpkgs:toolchains/go.bzl", "nixpkgs_go_configure") # optional
0.13.0 - 2025-01-29
Added
  • Support for Bazel 8. See #​622.
  • Support for new apple-sdk from Nixpkgs 24.11 and later. See #​639.
  • Documentation for nixpkgs_java_configure with bzlmod. See #​498.
  • Add extra_flags_per_feature to cc toolchain. See #​575.
  • Add rustfmt_toolchain. See #​625.
Removed
  • nixpkgs_cc_configure_deprecated was removed since it depended on Bazel's cc_autoconf_impl, which was removed from @bazel_tools and moved into a private package in rules_cc in Bazel 8. See #​621.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from avdv as a code owner January 30, 2025 13:50
@renovate renovate bot added the merge-queue label Jan 30, 2025
@mergify mergify bot merged commit 63490a8 into main Jan 30, 2025
13 checks passed
@mergify mergify bot deleted the renovate/io_tweag_rules_nixpkgs-0.x branch January 30, 2025 21:00
@mergify mergify bot removed the merge-queue label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant