b5e596
June 2, 2026, 11:58am
7006
This received a review and I addressed the change requests a while ago. Would appreciate any further review!
master ← b5e596:lute
opened 10:54AM - 18 Apr 26 UTC
Lute released 1.0.0 just a few days ago. Currently cross-compilation does not wo… rk due to the build process requiring a two-stage build.
## Things done
- Built on platform:
- [x] x86_64-linux
- [x] aarch64-linux
- [ ] x86_64-darwin
- [x] aarch64-darwin
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [ ] [Package tests] at `passthru.tests`.
- [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
- [x] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
- [x] 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.
- [x] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
wini
June 2, 2026, 12:29pm
7007
master ← eclairevoyant:mos-bump
opened 06:41PM - 22 May 26 UTC
- **mos: drop broken update script**
- The update script will never add in th… e correct date suffix as I have done here. Hence, the update script is basically non-functional.
- **mos: 4.0.2 -> 4.2.0**
## Things done
- Built on platform:
- [ ] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [x] aarch64-darwin
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [ ] [Package tests] at `passthru.tests`.
- [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
- [ ] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
- [x] 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.
- [x] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
- [x] Follows the [automation/AI policy].
[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
[automation/AI policy]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy
[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
Tiny PR bumping the mos app for darwin
Note that it’s not my PR, but I use the app and care about it being on the latest version.
master ← fidgetingbits:vmlinux-to-elf
opened 05:15AM - 02 Jun 26 UTC
This bumps vmlinux-to-elf to 1.3.6 and also adds support for building the option… al gui app.
vmlinux-to-elf relies on a new python module minilzo that I've added. It also has a hard dependency on peewee 4.x, which is not backwards compatible with 3.x and breaks some dependencies, so I've added a peewee4 package for now.
I'm not sure why minilzo on python313 is failing according to nixpkgs-review? Seems fine locally.
```bash
❯ nix-build -A python313Packages.minilzo
/nix/store/kqzlzh15y6gjgjw3d3scdqxgkqqc33ln-python3.13-minilzo-1.2
❯ ls /nix/store/kqzlzh15y6gjgjw3d3scdqxgkqqc33ln-python3.13-minilzo-1.2/lib/python3.13/site-packages
__pycache__ minilzo-1.2.dist-info
_minilzo.cpython-313-x86_64-linux-gnu.so
minilzo.py
```
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [ ] [Package tests] at `passthru.tests`.
- [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
- [x] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
- [x] 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.
- [x] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
- [x] Follows the [automation/AI policy].
[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
[automation/AI policy]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy
[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
Bump to vmlinux-to-elf that required adding 2 new python modules. One nixpkgs-review failure for a new dependency on python 3.13 that doesn’t fail locally so I think is actually okay, but would appreciate someone else’s input to be sure.
master ← cakeforcat:init-ds4u
opened 10:39PM - 27 Apr 26 UTC
https://git.yokai.digital/deadYokai/ds4u
## Things done
- Built on platf… orm:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [ ] [Package tests] at `passthru.tests`.
- [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
- [ ] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
- [x] 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.
- [x] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
Very simple app with the sole purpose of controlling your dualsense controller. The brand new thing here for the entire linux landscape is it is the first one capable of fetching and updating the firmware. Tested with a controller I own and will probably be very useful for many
JPZ13
June 3, 2026, 2:17pm
7017
master ← pipekit:pipekit-init-6.65.5
opened 08:09AM - 20 May 26 UTC
Hi nixpkgs maintainers. We're heavy users of NixOS at [Pipekit](https://pipekit.… io/), and we'd like to include our CLI as a nix package
This PR contains:
- Initial packaging of the [Pipekit CLI](https://pipekit.io/) — a workflow orchestration platform for [Argo Workflows](https://argoproj.github.io/workflows/).
- Distributed as prebuilt tarballs from <https://github.com/pipekit/cli/releases>.
- Proprietary binary, so the derivation is marked `unfree` with `sourceProvenance = [ binaryNativeCode ]`, following the same pattern used by `slack`, `zoom-us`, `_1password-cli`, and `snyk`.
- Supports `x86_64-linux`, `aarch64-linux`. `passthru.updateScript = nix-update-script { }` so subsequent version bumps can be driven by `nix-update`.
I am Pipekit's CLI release owner and will maintain this package going forward. If we hand off the ownership to someone else, I'll update the maintainer declaration to include them
## Things done
- Built on platform:
- [x] x86_64-linux — `./result/bin/pipekit version` prints `Pipekit CLI: v6.65.5`.
- [x] aarch64-linux
- darwin support dropped for now. See comment below
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [ ] [Package tests] at `passthru.tests`.
- [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
- [x] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
- [x] 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.
- [x] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
- [x] Follows the [automation/AI policy].
## Automation/AI disclosure
The derivation and the `maintainers/maintainer-list.nix` entry were drafted with the assistance of Claude Code (Anthropic Claude Opus 4.7). I reviewed every line, verified the build locally on `x86_64-linux` and `aarch64-linux`, and verified the darwin SRI hashes by fetching each release tarball as a fixed-output derivation. The commit carries an `Assisted-by:` trailer per CONTRIBUTING.md §10.
I've also automated the binary generation to be a part of our CLI pipeline using Goreleaser. It stages the release to [this repo](https://github.com/pipekit/pipekit-nix).
[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
[automation/AI policy]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy
[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
We use NixOS heavily at Pipekit , and we’d like to contribute and maintain our CLI. Thanks for any reviews
master ← randoneering:init-silo
opened 05:06PM - 29 May 26 UTC
Silo (github.com/pgsty/minio) is a community-maintained fork of MinIO by the Pig… sty (https://pigsty.io) project. Changes from upstream MinIO are minimal. It restores the embedded management console version reference and updates docs/Go module paths. The binary is renamed from minio to silo.
It exists because MinIO Inc. moved features (WebUI, LDAP/OIDC, distributed erasure coding) into their proprietary AIStor product. Silo keeps the fully open-source (AGPLv3) MinIO alive with continued maintenance, binary releases, and security backports. This is essentially a drop-in replacement for anyone who needs the full-featured open-source MinIO.
Because I was not confident in my choice for the version, I reached out in discourse:
https://discourse.nixos.org/t/question-on-silo-pkg-minio-fork/77900
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [ ] [Package tests] at `passthru.tests`.
- [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
- [x] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
- [x] 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.
- [x] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
- [x] Follows the [automation/AI policy].
[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
[automation/AI policy]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy
[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
already have an approval but I didn’t know if the PR was missing anything else. Thanks!