PRs in distress

In the PR linked below we are trying to get RFC42 style settings into the syncthing NixOS module. We have some disagreements there unfortunately, so we’d appreciate if someone a bit experienced with NixOS modules would share their opinion and help us make a decision.

https://github.com/NixOS/nixpkgs/pull/233386

This PR is also blocking a dependent PR of mine, that fixes a very annoying bug in the module, and that was very hard to debug. I have been merging those 2 PRs to my nixpkgs fork for a few months now.

2 Likes

https://github.com/NixOS/nixpkgs/pull/243758

https://github.com/NixOS/nixpkgs/pull/231366

I have a question on this topic, together with two example cases:

What’s the protocol on PRs for software that requires specific hardware and/or setup? I have two PRs open (one is recent and the other one multiple months old) that functionality-wise are hard to review due to their hardware requirements.

Recent example is [edit: has now been merged] a new package/module that was requested: https://github.com/NixOS/nixpkgs/pull/249860 for GoXLR product line audio mixers. The person who requested the feature is active enough that I can likely get them to test the functionality, but I can imagine cases where even that is not available, what’s the protocol in situations where one wants to add a new package that can’t be tested without specific hardware?

The one that’s been hanging for months is luksroot: fix issue when yubikey is detached during boot process by errnoh · Pull Request #228144 · NixOS/nixpkgs · GitHub where there’s a repeatable corner case functionality for niche setup that involves rotating Yubikey full disk encryption. The problem and solution has been thoroughly explained, fix is simple, but as it involves hardware security it’s not like it should just be rubber stamped without proper review.

Unfortunately, we don’t have such a policy, very similarly to how we lack even more basic policies (people are complaining about that these days in this thread). However, in my experience, if 1 person is able to verify the change is working with the hardware, or even if none, and the changes look good and software at least compiles and is able to not crash for a --help argument, it should be good to go.

For the 1st PR you linked, getting a :+1: from that person who requested the feature would greatly benefit, after most of the review is done.

1 Like

But, for changes such as in the 2nd PR, testing that this doesn’t break a setup for someone else is crucial. So that would require an approval from someone with that hardware available.

A PR rewriting i2pd nixos service is fixing its fundamental functionality is in:

The quality of writing seems very good to me - impressive for a first time contribution. I have little to no experience with freeformed submodules, and little experience with modules with so many options, so help will be appreciated.

nixos/generations-dir: Improve symlinking in `/boot` by Majiir · Pull Request #198728 · NixOS/nixpkgs · GitHub has been “LGTM” for almost a year. I think it’s stuck because not many reviewers run the relevant configuration to test it. (It can be tested on practically any hardware, but almost nobody runs generations-dir because there are better boot loader integrations for most systems.)

I’ve run this patch on one of my systems for at least as long as the PR has been up, and it’s been smooth sailing.

2 Likes

~~https://github.com/NixOS/nixpkgs/pull/249260~~

This PR for msodbcsql18 has been languishing for almost a year, and given that OpenSSL 1.1.1 is now EOL, It would be great to get an ODBC SQL Server driver that can support OpenSSL 3.0

https://github.com/NixOS/nixpkgs/pull/197607

Anyone knows what to do when the git repo doesn’t have any tags, and we want to build from source?

https://github.com/NixOS/nixpkgs/pull/249553#discussion_r1322253005

Haven’t looked at the PR, but in general, the fact there are no Git tags should have no effect on the decision whether to build from source or not. In general, building from source is preferred, with or without Git tags.

In case Git tags are missing, but there are version strings staggered in the source, it’d be nice to ping upstream about it, and use an explicit git revision in the meantime. Put a good comment near where the commit hash revision is used (instead of a rev = version or alike). Use the revision that marked the bump of the version string in the source.

3 Likes

https://github.com/NixOS/nixpkgs/pull/249553

1 Like

Hi I’ve had this package approved and ready to merge for a while now is there anything left to do? terraform-plugin-docs: init at v0.16.0 by catouc · Pull Request #249387 · NixOS/nixpkgs · GitHub

Thanks in advance!

2 Likes

https://github.com/NixOS/nixpkgs/pull/203020
This PR seemed almost complete and then was shutdown can anyone take the mantle of fixing it, I can maintain it afterward!

@nyanbinary this PR is not “in distress”. The author simply lost interest in pursuing it.

https://github.com/NixOS/nixpkgs/pull/264454
Stuck in how to move forward on this PR so far, just got it to compile.

It would be nice for NixOS 23.11 to have working user lingering.
https://github.com/NixOS/nixpkgs/pull/261319

This PR was approved in July, but is still waiting for somebody to merge it:

https://github.com/NixOS/nixpkgs/pull/240179

I don’t know whether the problem is that ofborg has gone awol without finishing the checks:

“Started 3m 28d 4h 50m 7s ago”

I believe that particular check would have passed if ofborg had run it at the time. If rerun now, it will probably fail, since something recently broke libpostal on macOS. Hopefully, that’s fixed by libpostal: fix on darwin by Thra11 · Pull Request #269292 · NixOS/nixpkgs · GitHub, but since I don’t believe that that failure is in any way related to the original PR, I’d rather keep things simple and merge the original PR first and then apply the darwin fix on top of it.

1 Like