Skip to content

networkmanager: 1.52.1 -> 1.54.1#446121

Closed
lesbiannix wants to merge 3 commits into
NixOS:masterfrom
lesbiannix:networkmanager
Closed

networkmanager: 1.52.1 -> 1.54.1#446121
lesbiannix wants to merge 3 commits into
NixOS:masterfrom
lesbiannix:networkmanager

Conversation

@lesbiannix
Copy link
Copy Markdown
Contributor

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.

- Add conditional NBFT (NVMe Boot Firmware Table) support via withNbft option
- Enable NBFT by default when libnvme is available
- Add libnvme to buildInputs when NBFT is enabled
- Update hash for new version
- Fixes build failure where NBFT support is required by default in 1.54.1
- Pass networking.networkmanager.nbft option to NetworkManager package
- Ensures NBFT support can be controlled via NixOS configuration
- Fixes missing package override for withNbft parameter
@nixpkgs-ci nixpkgs-ci Bot added 12.first-time contribution This PR is the author's first one; please be gentle! 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` labels Sep 25, 2025
@nix-owners nix-owners Bot requested review from jtojnar and obadz September 25, 2025 19:01
'';
};

nbft = mkOption {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't hook up to cfg.package.

Also, you should mention that setting this option would force a rebuild of NetworkManager.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this doesn't really look fleshed out. We don't have any networkmanager support in initrd, so I'm not sure where this is going.

Also people can already override the package to enable nvme support, if it turns out to be a big closure size increase and we need to keep it opt-in.

Comment thread pkgs/tools/networking/networkmanager/default.nix Outdated
@nixpkgs-ci nixpkgs-ci Bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Oct 9, 2025
@nixpkgs-ci nixpkgs-ci Bot removed the 12.first-time contribution This PR is the author's first one; please be gentle! label Nov 14, 2025
@SuperSandro2000
Copy link
Copy Markdown
Member

That update was done as part of #440720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge conflict This PR has merge conflicts with the target branch 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants