afh
July 16, 2026, 9:30pm
7254
Iβd be very thankful to get some eyes on this as a recent merge of mine broke the minikube darwin build and this PR fixes the regression among other improvements:
master β afh:improve-minikube
opened 08:18PM - 11 Jul 26 UTC
* Add qemu bin path to wrapped minikube when building `minikube` `withQemu = tru⦠e` so that minikube finds the `qemu-*` programs to properly use the `qemu2` driver
* Use recommened `--replace-fail` option with `substituteInPlace`
* Simplify installation of shell completion
## Things done
- Built on platform:
- [ ] x86_64-linux
- [ ] aarch64-linux
- [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].
- [ ] 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.
- [ ] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
- [ ] 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
mmc
July 18, 2026, 1:58pm
7261
Hoping a volunteer can get some eyes on this PR. It is in need of a reviewer.
Thanks in advanced!
master β mmclinton:spectral-mic-init
opened 07:30PM - 11 Jul 26 UTC
New package: Spectral β a Linux-only, real-time noise-suppression app that exposβ¦ es the cleaned input as a virtual PipeWire microphone any application can select.
Homepage: https://codeberg.org/mmc/spectral
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] 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
New package: Spectral β a Linux-only, real-time noise-suppression app that exposes the cleaned input as a virtual PipeWire microphone any application can select.
Homepage: https://codeberg.org/mmc/spectral
Things done
Built on platform:
x86_64-linux
aarch64-linux
aarch64-darwin
Tested, as applicable:
Ran nixpkgs-review on this PR. See nixpkgs-review usage .
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.
Fits CONTRIBUTING.md , pkgs/README.md , maintainers/README.md and other READMEs.
Follows the automation/AI policy .
master β josephst:fix-recyclarr-parallel-builds
opened 06:45PM - 17 Jul 26 UTC
Re-enables multithreaded building and eliminates race conditions that previously⦠required single-threaded building to work around. This PR is a continuation of #540119
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [x] aarch64-darwin
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [x] [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
This PR re-eneables multithreaded building of the recyclarr package (previously using single-threaded building due to race condition with the use of --output in the dotnet build command. (See NETSDK1194 .NET SDK error list - .NET CLI | Microsoft Learn )
Ready for review.
master β calliecameron:tomb-kdf
opened 05:37PM - 18 May 26 UTC
https://github.com/dyne/Tomb/blob/master/INSTALL.md#extraskdf-keys
## 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.
- [ ] 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
This enables an optional feature in tomb.
PR addressing 7-Zip RCE vulnerability:
master β RoGreat:7zz
opened 11:29PM - 18 Jul 26 UTC
[Bleeping Computer article on the RCE
](https://www.bleepingcomputer.com/news/s⦠ecurity/update-now-7-zip-fixes-rce-flaw-exploitable-with-malicious-archives/)
[Zero Day Initiative Advisory](https://www.zerodayinitiative.com/advisories/ZDI-26-444/)
SourceForge is evidently not getting updated as quickly as their GitHub. Made some changes to use the upstream GitHub with the same update logic that the `-zstd` fork was using.
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] 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
Has review and approval. Needs a merge.
master β rachalaraj:brave-and-brave-origin
opened 07:48PM - 10 Jul 26 UTC
This PR introduces the `brave-origin` variant and extracts a shared builder for β¦ Brave.
- `brave`: unchanged (stable, 1.92.141)
- `brave-origin`: new, 1.92.141
[Brave Origin](https://support.brave.app/hc/en-us/articles/38561489788173-What-is-Brave-Origin) is a stripped-down build of the browser that drops the non-privacy extras (rewards, wallet, AI, etc.) while keeping Shields and the Chromium-based engine.
This is a continuation of #513143. To address @buckley310's [concerns](https://github.com/NixOS/nixpkgs/pull/513143#issuecomment-4930564783) about the maintenance burden of nightly and beta versions, this new PR is **strictly scoped to stable channels only**. Since the `brave-origin` stable releases are tied directly to the standard `brave` stable releases, the maintenance overhead is effectively zero. As @buckley310 [suggested](https://github.com/NixOS/nixpkgs/pull/513143#issuecomment-4757164630), experimental beta/nightly channels are better suited for a separate flake or repository.
All references to `beta` and `nightly` channels have been removed from the package and the update script.
The shared builder lives outside `pkgs/by-name/` because `by-name` forbids cross-directory file references, which rules out sharing one `make-brave.nix` across multiple by-name packages. Layout follows the `firefox{,-esr-*}` pattern.
**cc**
cc package maintainers: @uskudnik, @jefflabonte, @nasirhm, @buckley310
cc @Dreaming-Codes (author of #513143).
## Things done
- Built on platform:
- [x] x86_64-linux (both packages β `nix-build -A brave -A brave-origin`)
- [x] aarch64-linux
- [x] aarch64-darwin
- [x] Verified each commit evaluates cleanly in isolation (each expected attribute builds at every intermediate commit).
- [x] `brave` store path is unchanged between master and the refactor commit.
- [x] Tested basic functionality of all binary files: each `./result/bin/brave{,-origin} --version` reports the correct channel name.
- [x] Ran the maintainer check: `nix-build lib/tests/maintainers.nix`.
- [x] Ran `nixfmt` on every touched `.nix` file.
- [ ] Ran `nixpkgs-review` on this PR.
- [x] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md), [pkgs/README.md](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md), [maintainers/README.md](https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md) and other READMEs.
- [x] Follows the [automation/AI policy](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy).