any advice how to proceeded ?
master β timhae:feature/tharing/blocky-module-allow-socket-db-connection
opened 09:17AM - 20 Feb 26 UTC
I am currently working around that with
```
settings.queryLog.target = "postgr⦠esql://blocky@127.0.0.1/blocky?sslmode=disable";
```
but it would be nice to use a socket connection instead
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- Tested, as applicable:
- [x] [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].
- [ ] 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 β quantenzitrone:rename-libxaw3d
opened 05:54AM - 12 Feb 26 UTC
rename to upstream package name to fit package naming conventions
refactor:
β¦ - switch to gitlab source
- removed unused libxp dependency
- enable strictDeps
- add updateScript
## 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].
- [ ] 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] ran nix-check-deps
- [x] ran nixpkgs-hammering
- [x] tested updateScript
- [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
(not reviewed by me, but reviewed by a member of the emacs team)
futile
March 6, 2026, 9:00pm
2841
Edit: MR is MERGED, ty!
Two approvals, incl. package maintainer, are ready on this MR.
The update is a breaking change, and so contains a change to the release notes, which is preventing usage of nixpkgs-merge-bot. Would be awesome if we could get this merged quickly, updates after that should be easier again. Thanks
master β futile:auto-update/spacetimedb
opened 01:02AM - 27 Feb 26 UTC
This PR updates spacetimedb to the newly released 2.0.3 version. I ran `nixpkgs-β¦ update` to perform the update, which I think also ran the package's tests. I also tested the built binaries by calling them with `--help` (both worked).
Release notes for 2.0.3: https://github.com/clockworklabs/SpacetimeDB/releases/tag/v2.0.3
`nixpkgs-update` output below.
---
Semi-automatic update generated by [nixpkgs-update](https://github.com/nix-community/nixpkgs-update) tools. This update was made based on information from passthru.updateScript.
meta.description for spacetimedb is: Full-featured relational database system that lets you run your application logic inside the database
meta.homepage for spacetimedb is: https://github.com/clockworklabs/SpacetimeDB
###### Updates performed
- Ran passthru.UpdateScript
###### To inspect upstream changes
###### Impact
<b>Checks done</b>
---
- built on NixOS
- The tests defined in `passthru.tests`, if any, passed
- found 2.0.3 with grep in /nix/store/9cjax81p12b74jdxa7mhf381niri0lh3-spacetimedb-2.0.3
- found 2.0.3 in filename of file in /nix/store/9cjax81p12b74jdxa7mhf381niri0lh3-spacetimedb-2.0.3
---
<details>
<summary>
<b>Rebuild report</b> (if merged into master) (click to expand)
</summary>
```
1 total rebuild path(s)
1 package rebuild(s)
First fifty rebuilds by attrpath
spacetimedb
```
</details>
<details>
<summary>
<b>Instructions to test this update</b> (click to expand)
</summary>
---
Build yourself:
```
nix-build -A spacetimedb https://github.com/futile/nixpkgs/archive/ce5be3071f8f1b9a7eab446d07d78f90e2972149.tar.gz
```
Or:
```
nix build github:futile/nixpkgs/ce5be3071f8f1b9a7eab446d07d78f90e2972149#spacetimedb
```
After you've downloaded or built it, look at the files and if there are any, run the binaries:
```
ls -la /nix/store/9cjax81p12b74jdxa7mhf381niri0lh3-spacetimedb-2.0.3
ls -la /nix/store/9cjax81p12b74jdxa7mhf381niri0lh3-spacetimedb-2.0.3/bin
```
---
</details>
<br/>
### Pre-merge build results
We have automatically built all packages that will get rebuilt due to
this change.
This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as _failed to build_ independent of the
change, simply because they are already broken on the target branch.
Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
<details>
<summary>1 package built:</summary>
<ul>
<li>spacetimedb</li>
</ul>
</details>
---
###### Maintainer pings
cc @akotro for [testing](https://github.com/nix-community/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do).
> [!TIP]
> As a maintainer, if your package is located under `pkgs/by-name/*`, you can comment **`@NixOS/nixpkgs-merge-bot merge`** to automatically merge this update using the [`nixpkgs-merge-bot`](https://github.com/NixOS/nixpkgs/blob/master/ci/README.md#nixpkgs-merge-bot).
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] 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
- [x] 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
Approved by package maintainer (me), required to fix two CVEβs mentioned in pr.
master β pedorich-n:update-gokapi
opened 01:47PM - 07 Mar 26 UTC
## Things done
`proxyVendor = true;` was added because otherwise the `go-modu⦠les` derivation was failing with `go: inconsistent vendoring in /build/source`. See the [nixpkgs-update logs](https://nixpkgs-update-logs.nix-community.org/gokapi/2026-03-05.log).
I don't know Go well enough to understand how this works, but I saw other Go packages do this when faced with the same issue. For example: https://github.com/NixOS/nixpkgs/pull/474420, https://github.com/NixOS/nixpkgs/pull/482927, https://github.com/NixOS/nixpkgs/pull/492383
<details>
<summary>Extra info</summary>
Build info
```bash
β― result/bin/gokapi --version
Gokapi v2.2.3
Builder: Manual Build
Build Date: Dev Build
Is Docker Version: false
Go Version: go1.25.7
Architecture: amd64
Operating System: linux
Build Tags: None
Git Commit: None
Git Commit Timestamp: None
```
Relevant test logs:
```
machine: (finished: waiting for unit gokapi.service, in 24.80 seconds)
machine: waiting for TCP port 6000 on localhost
machine # [ 22.775473] gokapi[941]: βββββββ ββββββββ βββ βββ ββββββ βββββββ ββ
machine # [ 22.787737] gokapi[941]: ββββββββ ββββββββββββ ββββββββββββββββββββββ
machine # [ 22.801930] gokapi[941]: βββ βββββββ ββββββββββ ββββββββββββββββββ
machine # [ 22.815831] gokapi[941]: βββ ββββββ ββββββββββ βββββββββββββββ ββ
machine # [ 22.829723] gokapi[941]: βββββββββββββββββββββ ββββββ ββββββ ββ
machine # [ 22.841486] gokapi[941]:
machine # [ 22.853675] gokapi[941]: Gokapi v2.2.3 starting
machine # [ 22.883472] gokapi[941]: Please open http://10.0.2.15:6000/setup to setup Gokapi.
machine # Connection to localhost (::1) 6000 port [tcp/x11] succeeded!
machine: (finished: waiting for TCP port 6000 on localhost, in 1.40 seconds)
machine: must succeed: curl --fail http://localhost:6000/
machine # % Total % Received % Xferd Average Speed Time Time Time Current
machine # Dload Upload Total Spent Left Speed
machine # 0 0 0 0 0 0 0 0 0100 65 100 65 0 0 541 0 0100 65 100 65 0 0 441 0 0100 65 100 65 0 0 373 0 0
machine: (finished: must succeed: curl --fail http://localhost:6000/, in 0.38 seconds)
(finished: run the VM test script, in 26.59 seconds)
```
</details>
---
- 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`.
- [X] 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
This is already open a while, Iβm sick of seeing the notice though and it would be good to have this merged soon
master β markus1189:claude-code-bin/disable-installation-checks
opened 12:25PM - 04 Mar 26 UTC
Npm Version of claude-code already as it.
They result in a false positive mes⦠sage like this:
```
installMethod is native, but claude command not found at /home/.../.local/bin/claude
```
## Things done
- Built on platform:
- [x] x86_64-linux
- [x] aarch64-linux
- [x] 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
guif
March 9, 2026, 7:58am
2846
Hello,
I would like to add a NixoScope to nixpkgs: nixoscope: init at 0-unstable-2026-03-05 by giomf Β· Pull Request #496817 Β· NixOS/nixpkgs Β· GitHub
One approval already. Thanks!
Edit: Sorry for this double post, I hit the wrong reply button.
New package (OpenARC) useful for signing email that oneβs host is forwarding to another host. Iβm using this to have my self-hosted email setup forward messages to Gmail users and pass their SPF/spam filters.
master β lucasbergman:openarc-init
opened 04:01PM - 12 Jan 26 UTC
OpenARC is an implementation of RFC 8617, a protocol for attaching a digitally s⦠igned chain of custody to mail messages. This is especially useful when a host wants to forward mail for that host's users to another provider. For example, Gmail recommends[1] that forwarding hosts attach an ARC seal to messages.
The original implementation[2] from the Trusted Domain Project has not been touched in about eight years, so this packages the @flowerysong repo. That is the same version packaged by Arch Linux[3].
1. https://support.google.com/a/answer/81126
2. https://github.com/trusteddomainproject/OpenARC
3. https://wiki.archlinux.org/title/OpenARC
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] 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.
- [ ] 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.
## `nixpkgs-review` result
Generated using [`nixpkgs-review`](https://github.com/Mic92/nixpkgs-review).
Command: `nixpkgs-review`
Commit: `fcf82a6f1cc2a95fbbc4abe755770256d43959d4`
---
### `x86_64-linux`
<details>
<summary>:white_check_mark: 1 package built:</summary>
<ul>
<li>openarc</li>
</ul>
</details>
[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
This PR for fixing Ansibleβs network_cli connection plugin has been reviewed for quite a while now, but not merged. The CI failure is just transient as far as I can see.
master β wfdewith:ansible-conn-cli-stub
opened 12:02PM - 02 Feb 26 UTC
Ansible calls this stub via `sys.executable` (see [here](https://github.com/ansi⦠ble/ansible/blob/29086acfa61f32a9e5b087abdaf4336330ab5456/lib/ansible/executor/task_executor.py#L1238-L1241)), which means that the Python dependencies are not available in this stub. This affects modules using the Ansible `network_cli` connection plugin and leads to errors such as:
```
TASK [Gathering Facts] ************************************************************************************
[ERROR]: Task failed: Traceback (most recent call last):
File "/nix/store/ldqvz4jmyv5x9hbgi4zckyi39w06a309-python3.13-ansible-core-2.19.4/lib/python3.13/site-packages/ansible/cli/scripts/ansible_connection_cli_stub.py", line 19, in <module>
from ansible import constants as C
ModuleNotFoundError: No module named 'ansible'
fatal: [host.name]: FAILED! => {
"changed": false
}
MSG:
Task failed: Traceback (most recent call last):
File "/nix/store/ldqvz4jmyv5x9hbgi4zckyi39w06a309-python3.13-ansible-core-2.19.4/lib/python3.13/site-packages/ansible/cli/scripts/ansible_connection_cli_stub.py", line 19, in <module>
from ansible import constants as C
ModuleNotFoundError: No module named 'ansible'
```
With playbook:
```yaml
- name: Apply router configuration
hosts: all
vars:
ansible_connection: network_cli
ansible_network_os: vyos
ansible_command_timeout: 180
```
## 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.
[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
1 Like