You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a log of that infinite recursion? I am not really opposed to the changes here, but i am somewhat surprised that supposed infinite recursion did not surface earlier (e.g. in the VM test)
Do you have a log of that infinite recursion? I am not really opposed to the changes here, but i am somewhat surprised that supposed infinite recursion did not surface earlier (e.g. in the VM test)
I've attached a stack trace which I found entirely unhelpful – I just bisected and made an educated guess 🤷
Right, this is a weird one!
I guess the test doesn't break because it explicitly sets security.pam.services.systemd-run0 = { ... };, so the evaluator doesn't need to check the systemd package version. And other people are either not running lastlog, or also setting the run0 pam service unconditionally and explicitly. That trace does make some sense. I am still surprised you are the first one to report this, but oh well!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS8.has: module (update)This PR changes an existing module in `nixos/`10.rebuild-darwin: 0This PR does not cause any packages to rebuild on Darwin.10.rebuild-linux: 1-10This PR causes between 1 and 10 packages to rebuild on Linux.12.approvals: 1This PR was reviewed and approved by one person.
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#429203 introduced an infinite recursion on my machine.
Use of
optionalAttrsinstead ofmkIfseemed dubious anyways.Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.