!GczNDVOkmUAxrFFnCg:maralorn.de

❄️ Nix Da(rmstadt)

117 Members
Nächstes Treffen: 03.11.2025.(<https://md.darmstadt.ccc.de/nixda-202507>) | Dekoratives Systemmanagement. How dare you … wenn Nix hilft | Use `/roomnick` for silly sentiments. | https://nix-cheatsheet.pixie.homes67 Servers

Load older messages


SenderMessageTime
13 Nov 2025
@tom:dragar.deTom (SC-O-Mat when)

Für unterschiedlichle Länder sind das übrigens unterschiedliche Tage.

https://de.wikipedia.org/wiki/Veteranentag

19:42:42
@tom:dragar.deTom (SC-O-Mat when)Das muss man dann wohl je nach Land einordnen ob es an dem Tag besonders angebracht ist sie rauszukegeln oder ob man Lieber einen Tag wartet.19:44:49
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all) an keinem veteranen-tag darfst du nazis rauswerfen. Also nie! 19:44:58
@tom:dragar.deTom (SC-O-Mat when)* Das muss man dann wohl je nach Land einordnen ob es an dem Tag besonders angebracht ist sie rauszukegeln oder ob man lieber einen Tag wartet.19:45:05
15 Nov 2025
@mart-w:mart-w.demart-w Veteranentag ist jeder Tag, an dem ein Veteran auf die Welt gekommen, gestorben oder ins Bett gegangen ist 05:35:25
@mart-w:mart-w.demart-wI don't make the rules05:36:19
@totient:gatecrash.euφ(void)

Hat wer hier Ahnung von systemd-pcrlock? Das scheint schon seit längerem unter nixos broken zu sein, funktioniert aber einwandfrei unter arch. Das Problem scheint zu sein, dass der TPM eventlog nicht korrekt ausgelesen wird wenn eins systemd-pcrlock lock-system-code oder eins der anderen pcrs zwischen 0-7 ausließt. Deshalb failed dann systemd-pcrlock make-policy. Ich hab keine Ahnung warum, aber unter arch funktioniert das einfach (TM).

Andere Vermutung wäre, dass es die pcrlock states unter /var/pcrlock.d nicht findet.

12:06:00
@totient:gatecrash.euφ(void) https://github.com/NixOS/nixpkgs/issues/356178 12:17:45
@totient:gatecrash.euφ(void)Welt?12:17:54
@totient:gatecrash.euφ(void)* Welp?12:17:58
@totient:gatecrash.euφ(void)TL;DR unter NixOS fehlen Dateien but no one really cares about fixing it?12:20:10
@totient:gatecrash.euφ(void)
environment.etc."pcrlock.d".source = "${config.systemd.package}/lib/pcrlock.d";
12:22:50
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all) unser systemd ist leider ziemlich kaputt 12:46:24
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)https://github.com/orgs/NixOS/projects/70/views/1 hat 41 todo einträge. Systemd ist groß und kann viel, menschen zu finden welche sich für die komponenten interessieren ist nicht leicht12:47:19
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)That said: https://matrix.to/#/!SsuQHVzf59iBgk6YIm:0upti.me/$MdCU7e7A0_wtGkU2RfVyMY31EzWoJWNE9GPWJqq38x0?via=nixos.org&via=matrix.org&via=envs.net Wenn elvishjerrico das übernimmt, ist da auch dampf dahinter. Hab das gerade mal gebumpt.12:49:18
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)hast also wahrscheinlich gute chancen, wenn du einen PR stellst12:49:39
@totient:gatecrash.euφ(void)Ich schau mir das gerade an12:53:16
17 Nov 2025
@leona:leona.isleona

https://www.phoronix.com/news/systemd-musl-libc

Grimmauld (any/all)

15:30:07
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)oh that was finally merged? I knew about https://github.com/systemd/systemd/pull/38825, we were using an early version on nixos musl patch stack15:34:59
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)Ach moment das ist ja nix-da hier15:35:15
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)kontext ist schwierig15:35:22
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)Wir haben aktuell den vorgänger (https://github.com/systemd/systemd/pull/37788): https://github.com/NixOS/nixpkgs/blob/50a96edd8d0db6cc8db57dab6bb6d6ee1f3dc49a/pkgs/os-specific/linux/systemd/default.nix#L262-L29415:36:11
@leona:leona.isleonaja ich dachte dich interessierts ^^15:39:09
18 Nov 2025
@grimmauld:m.grimmauld.degrimmauld (any/all) joined the room.08:19:17
@sebastians:selfnet.desebastians

nix-shell verhält sich bei mir gerade weird:

$ printenv SHLVL
1
$ nix-shell 
fetching path input 'path:/nix/store/c39q7pww80997lz0fyqxpvsr29q6f7ld-source'
$ hello
bash: hello: command not found
$ printenv SHLVL
1

hier ist die shell.nix:

{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  buildInputs = with pkgs; [
    hello
  ];
}

nix-shell -p hello funktioniert problemlos. hat jemand ne idee woran das liegen könnte?

13:17:38
@hexa:lossy.networkhexahast du eine default.nix in dem ordenr?13:20:13
@hexa:lossy.networkhexa* hast du eine default.nix in dem ordner?13:20:16
@sebastians:selfnet.desebastiansnope13:22:26
@hexa:lossy.networkhexaah, du meinst du landest gar nicht erst in der shell13:24:06
@hexa:lossy.networkhexa
❯ mkdir repro
/tmp 
❯ cd repro/
/tmp/repro 
❯ hx shell.nix
/tmp/repro 
❯ nix-shell
fetching path input 'path:/nix/store/g489k232fczc77km8m7wsdd97wxqdyd9-source'
this path will be fetched (0.05 MiB download, 0.26 MiB unpacked):
  /nix/store/sqw9kyl8zrfnkklb3vp6gji9jw9qfgb5-hello-2.12.2
copying path '/nix/store/sqw9kyl8zrfnkklb3vp6gji9jw9qfgb5-hello-2.12.2' from 'https://cache.nixos.org'...
/tmp/repro via ❄️  impure (nix-shell) 
❯ hello
Hello, world!
13:25:04

Show newer messages


Back to Room ListRoom Version: 6