PRs ready for review _

Hi guys,

could you give my first PR Adjust webdav settings after v5 release by dimakow · Pull Request #456544 · NixOS/nixpkgs · GitHub to nixpkgs a review please? It just updates some example options which are obsolete with newest version.

Thanks, Best Regards

Hi!

This PR add an override to the distrobox package to skip mounting the host’s /nix when creating new distroboxes.

I can’t test this one due to the massive amount of rebuilds, I only tested the functionality of the C code.
However it should improve things on Qt environments.

It fixes the environment variable block getting bloated due to duplicated paths. This is important because some apps have majors issues if it’s too big (the EA App for instance fails to launch games if it’s larger than 32768 characters).
And maybe it improves the speed of launching applications a little.

Tested and reviewed

I’ve had this one opened for a while, and I think it’s ready, I’d appreciate a review:

I opened this a couple of days ago, and as the package has no maintainers I feel that it will go entirely unnoticed unless I post in in here, so:

Approved and ready for merge;

1 Like

a couple new packages:

Package for GitHub - i18next/i18next-cli: A unified, high-performance i18next CLI., a unified, high-performance i18next CLI.

I pushed a small (tiny!) perf improvement to the nixos test runner. My first PR on nixpkgs, I hope I didn’t miss anything important in the contrib guide. I would love a review!