Skip to content

m1n1: always build with chainloading support#480344

Merged
flokli merged 1 commit into
NixOS:masterfrom
yuyuyureka:m1n1-rust
Jan 15, 2026
Merged

m1n1: always build with chainloading support#480344
flokli merged 1 commit into
NixOS:masterfrom
yuyuyureka:m1n1-rust

Conversation

@yuyuyureka
Copy link
Copy Markdown
Contributor

In the past, Rust was only required for the chainloading feature, but starting from the next m1n1 release Rust will be mandatory. Include Rust dependencies and the chainloading feature unconditionally, matching the upstream m1n1 release builds.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

In the past, Rust was only required for the chainloading feature,
but starting from the next m1n1 release Rust will be mandatory.
Include Rust dependencies and the chainloading feature unconditionally,
matching the upstream m1n1 release builds.
@nixpkgs-ci nixpkgs-ci Bot requested a review from a user January 15, 2026 11:40
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". labels Jan 15, 2026
@flokli
Copy link
Copy Markdown
Member

flokli commented Jan 15, 2026

Successfully built on aarch64-linux natively, as well as cross-compiling from x86_64-linux to aarch64-linux.

@flokli flokli added this pull request to the merge queue Jan 15, 2026
Merged via the queue into NixOS:master with commit 6fd688e Jan 15, 2026
31 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants