Skip to content

systemd: 258.1 -> 258.2#459973

Merged
flokli merged 2 commits into
NixOS:stagingfrom
ElvishJerricco:push-monyxwlupsnn
Nov 12, 2025
Merged

systemd: 258.1 -> 258.2#459973
flokli merged 2 commits into
NixOS:stagingfrom
ElvishJerricco:push-monyxwlupsnn

Conversation

@ElvishJerricco

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.

@ElvishJerricco ElvishJerricco requested a review from a team November 9, 2025 06:02

@ElvishJerricco ElvishJerricco left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Marked as draft while I build tests.

Comment on lines -224 to -233
# https://github.com/systemd/systemd/pull/39094
(fetchpatch {
url = "https://github.com/systemd/systemd/commit/8b4ee3d68d2e70d9a396b74d155eab3b11763311.patch";
hash = "sha256-JJDaSHQjd1QZ18CQHq40viB0AF/0MiescmZUcc/6LDg=";
})
(fetchpatch {
url = "https://github.com/systemd/systemd/commit/13b0e7fc6d2623800ba04b104f3b628388c9f5e6.patch";
hash = "sha256-X+tY3NjfRJpF6wvd++xEps0DIFTbX/6Zw9oO4Y9FmNI=";
})

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

In 258, I included the whole PR these were from. In 258.1, only one of them was backported, so I just included the other two specifically here. Now in 258.2, the one I actually cared about (8b4ee3d68d2e70d9a396b74d155eab3b11763311) was backported, but the other one wasn't. Given the last one wasn't anything all that important and wasn't deemed worth backporting upstream, I figure we should just drop it too.

@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 6.topic: systemd Software suite that provides an array of system components for Linux operating systems. labels Nov 9, 2025
Given the nature of the command, our backdoor is likely to be killed
before it can return the status to the test driver.
@nixpkgs-ci nixpkgs-ci Bot added the 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS label Nov 12, 2025
@ElvishJerricco ElvishJerricco marked this pull request as ready for review November 12, 2025 05:36
@ElvishJerricco

Copy link
Copy Markdown
Contributor Author

systemd.tests seems to pass as well as before with #460394 and #460850

@flokli flokli added this pull request to the merge queue Nov 12, 2025
Merged via the queue into NixOS:staging with commit 7f58da5 Nov 12, 2025
27 of 30 checks passed
@ElvishJerricco ElvishJerricco deleted the push-monyxwlupsnn branch March 7, 2026 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 6.topic: systemd Software suite that provides an array of system components for Linux operating systems. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants