| 6 May 2026 |
Artemis Tosini (NixOS) | Oh, yes, I do definitely need more tests, I'll work on that. | 18:52:16 |
| @rasmata:matrix.org joined the room. | 20:07:03 |
| @rasmata:matrix.org left the room. | 20:07:11 |
| 7 May 2026 |
| Agahnim joined the room. | 12:02:35 |
| e joined the room. | 21:28:02 |
| 8 May 2026 |
| Aliaksandr joined the room. | 02:21:03 |
raf | I'd like to add some new stuff to C API be used in my Rust bindings. Should I just send the PR, or is there a roadmap for the C API that I'm supposed to be looking at instead? | 08:22:50 |
| 10 May 2026 |
| asp345 joined the room. | 11:11:34 |
| Maxisthespy joined the room. | 19:15:57 |
| 12 May 2026 |
| Awaiz Azam joined the room. | 00:18:27 |
| Richard Tichý joined the room. | 11:28:09 |
| 13 May 2026 |
| snowflake joined the room. | 13:42:28 |
snowflake | hello everyone just wanted to know if the package of bisq would get updated? search.nixos.org/packages?channel=25.11&query=bisq | 13:44:12 |
Notarin | This channel is for development on Nix itself, not nixpkgs. You're looking for #users:nixos.org | 20:16:45 |
| 14 May 2026 |
snowflake | omg i'm sorry for messing that up! | 03:02:56 |
tomberek | Mic92: lovesegfault thoughts on using CURLOPT_MAXAGE_CONN to un-revert https://github.com/NixOS/nix/pull/15522 ? | 04:37:53 |
Mic92 | @tomberek:matrix.org: we can but we have to handle S3's custom XML errors same way as the SDK implementations | 04:43:03 |
Mic92 | Afaik the Aws SDK also enables keep alive | 04:44:26 |
tomberek | Other approach would be to conditionally set it. | 04:47:37 |
| @tjni:matrix.org left the room. | 04:57:40 |
tomberek | curl_easy_setopt(req, CURLOPT_TCP_KEEPALIVE, 1L);
curl_easy_setopt(req, CURLOPT_TCP_KEEPIDLE, 30L);
curl_easy_setopt(req, CURLOPT_TCP_KEEPINTVL, 30L);
curl_easy_setopt(req, CURLOPT_MAXAGE_CONN, 90L);
how about this. We may have been hitting a 60s timeout on the server side.. when matching ours there is a small race condition. Looks like 30s is fairly commonly used to prevent that.
| 05:00:29 |
tomberek | For consideration: https://github.com/NixOS/nix/pull/15855 | 05:11:05 |
| haz joined the room. | 17:01:42 |
| kaustubh.desale joined the room. | 17:16:31 |
| 15 May 2026 |
| Grayson Tinker changed their display name from graysontinker to Grayson Tinker. | 03:47:20 |
| 19 May 2021 |
| @eelco:nixos.org changed the history visibility to "world_readable" from "shared". | 15:40:14 |
| @eelco:nixos.org changed the room name to "Nix Hackers" from "Nix Development". | 15:45:04 |
| @eelco:nixos.org changed the room topic to "For people hacking on the Nix package manager itself" from "Development of the Nix package manager". | 15:45:04 |
| cransom joined the room. | 15:45:08 |
| sumner joined the room. | 15:45:19 |