| 15 Nov 2025 |
zekjur | OK! i’ll try to make it by 10, heading out now | 07:42:22 |
Alexander Städing | hey guys ive been walking around but all the doors are locked 😅 | 08:33:38 |
Alexander Städing | which building is it? | 08:33:44 |
zekjur | IIRC, it was building 4 last time. i.e. the one “behind” the main building 1, when coming from the train station | 08:37:06 |
das-g | WiFi information:
Nix ZHF 25.11 SSID: gast-ost Passwort: s0ba9tc5
(Verschlüsselung: WPA2-PSK)
Dieses Passwort ist gültig bis 17.11.2025 gültig! (Änderungen vorbehalten)
| 09:09:47 |
| Bryan Honof joined the room. | 09:14:19 |
Bryan Honof | 👋 | 09:14:27 |
infinisil | Alexander Städing Will you also be there tomorrow? I can't join today, but I can bring your name tag from nixcon tomorrow :) | 09:35:38 |
Alexander Städing | Yep, sounds good, thanks :) | 09:42:37 |
zekjur | i’m looking for someone to help move https://github.com/NixOS/nixpkgs/pull/457095#pullrequestreview-3458318251 along (a PR by somebody else, but i want to use the software). i think at this point it needs to be someone with nixpkgs commit bit, but i’m not 100% sure myself | 09:45:41 |
Bryan Honof | Do packages that use requireFile to get the user to fetch the src attribute not show up correctly in zh.fail? As in, they don't seem to get a link to Hydra. | 09:56:35 |
nebucatnetzer13 | https://docs.google.com/presentation/d/1qwIU_qe9nTJL3csTETDhLrz3rC7EjPqxFPl_Gpsx6No | 10:14:23 |
gabyx | SOmbody with rust toolchain knowledge. Simple fix I need to know something... | 10:35:48 |
kirelagin | Is there a hedgedoc to list PRs? | 10:37:05 |
nebucatnetzer13 | Now there is: https://pad.lassul.us/vGtcd3cERIOawK0F-MYOCA# | 10:44:49 |
Fabio Lenherr | will be working on rustdress: https://github.com/niteshbalusu11/rustdress | 10:47:34 |
gabyx | Maybe do you have some minutes to resolve one package with me =) or later review i3-back. | 10:52:00 |
ners | @room
When do you want to have fondue for dinner here at OST? 🫕🧀 (and yes, that's also free)
1️⃣: Saturday 15.11. at ~17:00
2️⃣: Sunday 16.11. at ~16:00 | 10:54:51 |
ners | * @all
When do you want to have fondue for dinner here at OST? 🫕🧀 (and yes, that's also free)
1️⃣: Saturday 15.11. at ~17:00
2️⃣: Sunday 16.11. at ~16:00 | 10:55:13 |
gabyx | Redacted or Malformed Event | 10:55:30 |
ners | * @room
When do you want to have fondue for dinner here at OST? 🫕🧀 (and yes, that's also free)
1️⃣: Saturday 15.11. at ~17:00
2️⃣: Sunday 16.11. at ~16:00 | 10:56:19 |
Fabio Lenherr | sure, just come by when you need me | 11:07:30 |
Gerd Flaig | Oh. I was wondering why all the activity is happening here in the channel, given that I had ZHF on my calendar the weekend after next. Noticed the error too late, so won't be able to join. 🥺 | 11:14:04 |
zekjur | it was moved a little earlier so that the schedule works out this time :) | 11:29:15 |
das-g | Just a version bump unrelated to ZHF, but would someone review https://github.com/NixOS/nixpkgs/pull/454110 ? | 11:29:34 |
zekjur | can someone show me how to use nativeBuildInputs = [ breakpointHook ]; to debug a failing package build? the package in question is frigate, a python application: https://github.com/NixOS/nixpkgs/issues/461064 | 11:40:50 |
zekjur | the issue i’m running into is that i can enter the failing build container, but then i don’t know what command to run in there. functions like “postPatch” or “genericBuild” are not available somehow | 11:41:18 |
kirelagin | zekjur: usually you just ran phases manually one by one e.g. eval "${unpackPhase:-unpackPhase}" | 11:42:31 |
zekjur | thanks, but this is what i get:
sudo /nix/store/sikvbjrwks8hpbyglk76cn6iq3zvn0lp-attach/bin/attach 4486029
bash-5.3# eval "${unpackPhase:-unpackPhase}"
bash: unpackPhase: command not found
bash-5.3#
| 11:43:14 |
kirelagin | wait, sorry, I guess I am confused, I am not really sure what you are talking about when you say “containers”. Is this different from like nix develop? The build phase scripts are just passed as environment variables to the build (form the derivation), so, I guess, if you just attach to the namespace, you do not get the env (but you can probably source it somehow?) | 11:44:42 |