!oeFELgatfbdiAEkJAY:nixos.org

Nix Zürich

115 Members
https://zurich.nix.ug/ - Next ZHF event 24-25 May 202527 Servers

Load older messages


SenderMessageTime
26 Nov 2024
@elikoga:matrix.orgelikoga (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
@elikoga:matrix.orgelikoga * (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
@koen:procolix.comKoen de Jonge (SynQ)
In reply to @elikoga:matrix.org
This one

Reading that thread makes me have ambivalent feelings:

  1. I want to just forget about it because there is no consensus there (other than K900 who is very clear in that the option sound.enable 'just has to be killed with fire'). That I can fix my config and just leave it with that. I.E. that I do not feel comfortable (as a newcomer) to engage in that discussion'.
  2. I still want to make other 'casual NixOS users' have a smoother experience if only for the reason that this 'stream of errors' is a preventable occurance.

Is that PR really the right place to talk about that?

12:16:53
27 Nov 2024
@das-g:matrix.orgdas-g
In reply to @koen:procolix.com

Reading that thread makes me have ambivalent feelings:

  1. I want to just forget about it because there is no consensus there (other than K900 who is very clear in that the option sound.enable 'just has to be killed with fire'). That I can fix my config and just leave it with that. I.E. that I do not feel comfortable (as a newcomer) to engage in that discussion'.
  2. I still want to make other 'casual NixOS users' have a smoother experience if only for the reason that this 'stream of errors' is a preventable occurance.

Is that PR really the right place to talk about that?

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:31
@das-g:matrix.orgdas-g
In reply to @koen:procolix.com

Reading that thread makes me have ambivalent feelings:

  1. I want to just forget about it because there is no consensus there (other than K900 who is very clear in that the option sound.enable 'just has to be killed with fire'). That I can fix my config and just leave it with that. I.E. that I do not feel comfortable (as a newcomer) to engage in that discussion'.
  2. I still want to make other 'casual NixOS users' have a smoother experience if only for the reason that this 'stream of errors' is a preventable occurance.

Is that PR really the right place to talk about that?

*

Is that PR really the right place to talk about that?

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
@ners:nixos.devners@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/714:04:57
@john-rodewald:nixos.devjohn-rodewald
In reply to @ners:nixos.dev
@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

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
@ners:nixos.devners@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/707:37:26
@steveej0:matrix.orgsteveej
In reply to @ners:nixos.dev
@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
reads similar to the meetup feedback survey that i answered yesterday. do you prefer comments on this issue?
07:45:27
@ners:nixos.devnersI did not realise Meetup had a survey. We don't usually get responses there, let me check.07:46:16
@ners:nixos.devnersHistorically we've always collected feedback on those Github tickets, so that's where I prefer it for now.07:46:43
30 Nov 2024
@maralorn:maralorn.demaralorn left the room.18:14:04
6 Dec 2024
@vengmark2:matrix.orgl0b0 joined the room.03:35:49
@vengmark2:matrix.orgl0b0👋03:38:22
18 Dec 2024
@das-g:matrix.orgdas-g Can someone review https://github.com/NixOS/nixpkgs/pull/358855? 21:00:16
20 Dec 2024
@ners:nixos.devners 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
@ners:nixos.devners * 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
@ners:nixos.devners * 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
@ners:nixos.devners infinisil is there some neat CLI trick to use the flake-provided formatter on only changed files? 12:12:37
@infinisil:matrix.orginfinisil

@ners:nixos.dev CI also only enforces formatting on files that are already formatted, so that makes it even harder xD

13:07:45
@infinisil:matrix.orginfinisil

I think probably something like

git diff --name-only HEAD | while read -r file; do
  if nixfmt --check <(git show HEAD:"$file");
    then nixfmt "$file"
  fi
done
13:10:10
@infinisil:matrix.orginfinisilTyped this on a phone so entirely untested :P13:10:23
@infinisil:matrix.orginfinisil

@ners:nixos.dev^

13:10:29
@infinisil:matrix.orginfinisil *

I think probably something like

git diff --name-only HEAD | while read -r file; do
  if nixfmt --check <(git show HEAD:"$file"); then
    nixfmt "$file"
  fi
done
13:10:54
@infinisil:matrix.orginfinisil

The goal is to format the entirety of Nixpkgs in like a month or so, after which treefmt and editor auto-formatting should be usable on it :D

13:21:06
25 Dec 2024
@lennart:wheeze.nlWheeze_NL changed their display name from Wheeze_NL to Wheeze_NL 5809.17:18:38
@lennart:wheeze.nlWheeze_NL changed their display name from Wheeze_NL 5809 to Wheeze_NL | PA3L | 5809@38c3.17:20:05
@lennart:wheeze.nlWheeze_NL changed their display name from Wheeze_NL | PA3L | 5809@38c3 to Wheeze_NL.17:22:45
26 Dec 2024
@elikoga:matrix.orgelikoga changed their display name from elikoga to elikoga (@38c3 📞448{0,1}.15:21:57
@elikoga:matrix.orgelikoga changed their display name from elikoga (@38c3 📞448{0,1} to elikoga (@38c3 📞448{0,1}).15:26:10

Show newer messages


Back to Room ListRoom Version: 10