Nix Zürich | 116 Members | |
| https://zurich.nix.ug/ - Next ZHF event 23-24 November 2024 | 28 Servers |
| Sender | Message | Time |
|---|---|---|
| 15 Nov 2025 | ||
| 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 | |
WiFi information:Nix ZHF 25.11 (Verschlüsselung: WPA2-PSK) Dieses Passwort ist gültig bis 17.11.2025 gültig! | 09:09:47 | |
| 09:14:19 | ||
| 👋 | 09:14:27 | |
| 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 | |
| Yep, sounds good, thanks :) | 09:42:37 | |
| 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 | |
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 | |
| https://docs.google.com/presentation/d/1qwIU_qe9nTJL3csTETDhLrz3rC7EjPqxFPl_Gpsx6No | 10:14:23 | |
| SOmbody with rust toolchain knowledge. Simple fix I need to know something... | 10:35:48 | |
| Is there a hedgedoc to list PRs? | 10:37:05 | |
| Now there is: https://pad.lassul.us/vGtcd3cERIOawK0F-MYOCA# | 10:44:49 | |
| will be working on rustdress: https://github.com/niteshbalusu11/rustdress | 10:47:34 | |
Maybe do you have some minutes to resolve one package with me =) or later review i3-back. | 10:52:00 | |
| @room When do you want to have fondue for dinner here at OST? 🫕🧀 (and yes, that's also free) | 10:54:51 | |
| * @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 | |
| Redacted or Malformed Event | 10:55:30 | |
| * @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 | |
| sure, just come by when you need me | 11:07:30 | |
| 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 | |
| it was moved a little earlier so that the schedule works out this time :) | 11:29:15 | |
| Just a version bump unrelated to ZHF, but would someone review https://github.com/NixOS/nixpkgs/pull/454110 ? | 11:29:34 | |
| 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 | |
| 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 | |
zekjur: usually you just ran phases manually one by one e.g. eval "${unpackPhase:-unpackPhase}" | 11:42:31 | |
| 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 | |
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 | |
| Fabio Lenherr: Can I add you here as a reviewer? https://github.com/NixOS/nixpkgs/pull/461889 | 11:45:49 | |
| in a current nixpkgs checkout, i modified frigate like so: --- i/pkgs/by-name/fr/frigate/package.nix
and then i run nix build .#frigate, which ultimately prints something like: [1/0/1 built] building frigate-0.16.2 (pytestCheckPhase): sudo /nix/store/sikvbjrwks8hpbyglk76cn6iq3zvn0lp-attach/bin/attach 5167301 that’s what i run | 11:46:20 | |
| * in a current nixpkgs checkout, i modified frigate like so:
and then i run nix build .#frigate, which ultimately prints something like: [1/0/1 built] building frigate-0.16.2 (pytestCheckPhase): sudo /nix/store/sikvbjrwks8hpbyglk76cn6iq3zvn0lp-attach/bin/attach 5167301 that’s what i run | 11:46:35 | |