PRs in distress

I can’t test this PR for purity but tests seem to go through.

This is an odd one because it only brings benefits to flake users since your config will also be copied to the nix store (you must GC after the fact though).

This simple package update has a merge conflict label, but there is no merge conflict. Also, “ofborg-eval” complains it can’t find a commit, which I don’t understand. From my perspective, the PR looks alright:

I want to get this change in that allows services.openvpn.servers.*.authUserPass to be an absolute file path instead of necessarily being world-readable in the Nix store.

1 Like

Been sitting since November through multiple version bumps and now has an autoupdate. Besides, it restores the classic soundtrack with LD_PRELOAD. :slight_smile:

It’s a simple NixOS option to make it easier to install additional, non-system-wide locales:

i18n = {
  defaultLocale = "en_US.UTF-8";
  extraLocaleSettings = {
    LC_MESSAGES = "en_US.UTF-8";
    LC_TIME = "de_DE.UTF-8";
  };
  extraLocales = [ "ja_JP.UTF-8" ];
}

It’s usually useful for playing foreign, untranslated games on Wine. Reviews would be appreciated!

I’ve not had time to debug the test failure. It would be nice to get this through before the 25.05 release. If anyone can help debug it, or even outright pick up this PR, I would appreciate the help.

This PR needs to be merged eventually

I would like some insight regarding kmscon.

I don’t know how to check if this works under pure evaluation

I am making a PR where I add in phrog and update the whole phosh ecosystem we currently have.

However, I can’t get phrog to behave, and I am currently stuck.

I have written what I’m currently encountering.

I’ve made this PR back in December of 2024 to add a feature to the coredns package. It’s been open for 6 months now. The PR works fine. I’ve been running the code in my PR on my home lab this whole time and it’s been working great. I’ve even kept it up to date with big changes in the repo like the formatting overhaul. It has gotten very little attention and no reviews.

1 Like

This PR, very essential to make Pacemaker’s basic functionality work, has stalled for a couple of years now. It seems to require a final pass of reviews/minor changes, resolving the merge conflicts, and finally someone to merge it.

I don’t have experience with Pacemaker, so I can’t meaningfully help with review/testing (but I would like to mess around with Pacemaker, hence I’m interested in this PR getting merged).

It seems like the fix generally “works”, and it has been incorporated into a third-party flake.

This PR originally migrated a test to runTest and removed some old nixos module migration code. The runTest migration has then been done elsewhere. In the meantime, the PR accumulated two version updates.

It gained two approvals already, but apparently, it fails to attract a commiter. It would be nice to merge it before it accumulates more version updates.

This PR has been stuck on a pending automatic test that never runs for over a month now. At this point the upstream software has had an additional release that I’d like to push an update for, but need the software merged to nixpkgs first.

1 Like

That test doesn’t block anything. It’s the same for every single PR.

1 Like

Hello, I have a nixos module PR that has not been reviewed in 6 months.

It’s fixing a few bugs in the hamradio software, it’s a PHP app.
I could not get the maintainer input, and looking at their github contributions they don’t seems to be active anymore.

What should I do, I’ve been maintaining my own patched version of this module for my server for half a year now and it works well.

Thank you