Just a quick fix for fceux which broke after minizip updated
master ← kuflierl:fceux-minizip-fix
opened 06:39PM - 23 Mar 26 UTC
https://github.com/NixOS/nixpkgs/issues/500611
## Things done
- Buil… t 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.
[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
New package for phpantom-lsp. Tested it using my own personal projects
master ← nanoyaki:phpantom/init
opened 06:32PM - 27 Mar 26 UTC
Adds phpantom-lsp. I've tested this in personal PHP projects and the binary runs… like it's supposed to
## 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.
[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
master ← colonelpanic8:imalison/t3code-package
opened 07:00AM - 07 Mar 26 UTC
## Summary
- add a new `t3code` package for pingdotgg/t3code
- build the upstrea… m web UI and server from source with Bun
- install a `t3code` wrapper and mark `imalison` as maintainer
## Testing
- nix-build -A t3code
- ./result/bin/t3code --version
- timeout 5s ./result/bin/t3code --no-browser --port 48001
`t3code: init at 0.0.11`
This one already has 2 approvals and 7 thumbs up. x86_64-linux ofBorg passed, and the GitHub checks are green otherwise. The remaining darwin/aarch64 ofBorg jobs are still pending, but if anyone has a minute for a final look or merge once those settle, I’d appreciate it.
master ← TornaxO7:crowdsec
opened 10:33AM - 26 Sep 25 UTC
This PR should just refactor the `crowdsec` module. It's almost a total rewrite.… So I recommend just to look at the new file instead of the diff.
Alright, so after looking a bit through the code, I've got the following suggestion:
- I'd like to merge [services.crowdsec.localConfig](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/security/crowdsec.nix#L66) with [services.crowdsec.settings](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/security/crowdsec.nix#L402) into one `config` attribute or something similar because in my opinion it's really confusing to have to "config" attributes.
- ~~The [generated config file](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/security/crowdsec.nix#L500) should be ~~written~~ symlinked to the default path (`/etc/crowdsec/config.yaml`) which should fix https://github.com/NixOS/nixpkgs/issues/445337~~
- I'd remove the `services.crowdsec.settings.capi` and `services.crowdsec.settings.lapi` since the user can set them through `services.crowdsec.settings.general`.
Feel free to share your thoughts on my suggestions!
Closes https://github.com/NixOS/nixpkgs/issues/473707
Closes https://github.com/NixOS/nixpkgs/issues/469519
Closes https://github.com/NixOS/nixpkgs/issues/459224
Closes https://github.com/NixOS/nixpkgs/issues/458206
Closes https://github.com/NixOS/nixpkgs/issues/445342
Closes https://github.com/NixOS/nixpkgs/issues/445337
## 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].
- [ ] 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
---
Add a :+1: [reaction] to [pull requests you find important].
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
[pull requests you find important]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc
I’m also willing to do some “pair-reviewing”, like going in a call to explain upcoming question or applying the fixes “live”.