Nix Zürich | 115 Members | |
| https://zurich.nix.ug/ - Next ZHF event 23-24 November 2024 | 28 Servers |
| Sender | Message | Time |
|---|---|---|
| 26 Nov 2024 | ||
| If I sound.enable with 24.11 and it only warns me and does not fail my build Then I have a broken system without sound and my if-it-builds-it-works assumption is violated | 11:55:11 | |
| But this is just for this specific case | 11:55:20 | |
| It don’t mind if it throws an error, but it should then not be so verbose. | 11:55:36 | |
| This is probably the reasoning why it was immediately made an assertion instead of warning for one release | 11:55:53 | |
| Yeah I can also see that | 11:56:08 | |
| It's a very special case, this doesn't happen often, hard call | 11:56:25 | |
| We know it is going to break for a lot of people. Can we factor it in such a way that it breaks and points to the right place that shows ‘how do I fix my sound for 24.11’ without showing multiple pages of verbose errors? | 11:59:30 | |
| Anyways, this definitely isn't the right place to discuss it. I recommend opening an issue for this and checking the original PR for why it was done this way | 12:00:02 | |
In reply to @infinisil:matrix.orgI have looked for that pr and cannot find anything (but that could be my searching skills). | 12:00:51 | |
In reply to @elikoga:matrix.orgThis one | 12:01:06 | |
| Ok I will have a look and summarize what is said here. | 12:01:26 | |
| (link to git blame of relevant code line for convenience https://github.com/NixOS/nixpkgs/blame/master/nixos/modules/services/audio/alsa.nix#L6) | 12:04:46 | |
| * (link to git blame of relevant code line for convenience https://github.com/NixOS/nixpkgs/blame/master/nixos/modules/services/audio/alsa.nix#L6 ) | 12:05:01 | |
In reply to @elikoga:matrix.org Reading that thread makes me have ambivalent feelings:
Is that PR really the right place to talk about that? | 12:16:53 | |
| 27 Nov 2024 | ||
In reply to @koen:procolix.comMaybe a new "topic" (= thread) in the forum would a an appropriate place? I'm unsure what category there would be most fitting, though. | 11:47:31 | |
In reply to @koen:procolix.com*
Maybe a new "topic" (= thread) in the forum would a an appropriate place? I'm unsure what category there would be most fitting, though. | 11:47:56 | |
| @room as usual we posted a request for feedback. Please take a few minutes to leave your thoughts, critique, suggestions, praise, haikus…: https://github.com/nix-community/developer-workshop/issues/7 | 14:04:57 | |
In reply to @ners:nixos.dev Also, here's a shared photo album that currently just contains our group photo. Feel free to add your own if you have something cool to share from the weekend. We'll try to get in the rest that we took ASAP. :) (We'll soon have to find a new photo spot for our ever-growing group 😬) https://photos.app.goo.gl/bpUVA7kYm36K7aLW8 | 14:11:37 | |
| 29 Nov 2024 | ||
| @room as a gentle reminder, please take a moment to leave some feedback about the ZHF hackathon here: https://github.com/nix-community/developer-workshop/issues/7 | 07:37:26 | |
In reply to @ners:nixos.devreads similar to the meetup feedback survey that i answered yesterday. do you prefer comments on this issue? | 07:45:27 | |
| I did not realise Meetup had a survey. We don't usually get responses there, let me check. | 07:46:16 | |
| Historically we've always collected feedback on those Github tickets, so that's where I prefer it for now. | 07:46:43 | |
| 30 Nov 2024 | ||
| 18:14:04 | ||
| 6 Dec 2024 | ||
| 03:35:49 | ||
| 👋 | 03:38:22 | |
| 18 Dec 2024 | ||
| Can someone review https://github.com/NixOS/nixpkgs/pull/358855? | 21:00:16 | |
| 20 Dec 2024 | ||
What's the current recommended way to autoformat files that have been changed in nixpkgs? I suspect nix fmt at the root of nixpkgs is a bad idea. :D | 12:12:02 | |
* What's the current recommended way to autoformat files that one have just changed in nixpkgs? I suspect nix fmt at the root of nixpkgs is a bad idea. :D | 12:12:11 | |
* What's the current recommended way to autoformat files that one has just changed in nixpkgs? I suspect nix fmt at the root of nixpkgs is a bad idea. :D | 12:12:14 | |
| infinisil is there some neat CLI trick to use the flake-provided formatter on only changed files? | 12:12:37 | |