| 15 Nov 2025 |
φ(void) | * Welp? | 12:17:58 |
φ(void) | TL;DR unter NixOS fehlen Dateien but no one really cares about fixing it? | 12:20:10 |
φ(void) | environment.etc."pcrlock.d".source = "${config.systemd.package}/lib/pcrlock.d";
| 12:22:50 |
Grimmauld (any/all) | unser systemd ist leider ziemlich kaputt | 12:46:24 |
Grimmauld (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 leicht | 12:47:19 |
Grimmauld (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 (any/all) | hast also wahrscheinlich gute chancen, wenn du einen PR stellst | 12:49:39 |
φ(void) | Ich schau mir das gerade an | 12:53:16 |
| 17 Nov 2025 |
leona | https://www.phoronix.com/news/systemd-musl-libc
Grimmauld (any/all)
| 15:30:07 |
Grimmauld (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 stack | 15:34:59 |
Grimmauld (any/all) | Ach moment das ist ja nix-da hier | 15:35:15 |
Grimmauld (any/all) | kontext ist schwierig | 15:35:22 |
Grimmauld (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-L294 | 15:36:11 |
leona | ja ich dachte dich interessierts ^^ | 15:39:09 |
| 18 Nov 2025 |
| grimmauld (any/all) joined the room. | 08:19:17 |
sebastians | 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 | hast du eine default.nix in dem ordenr? | 13:20:13 |
hexa | * hast du eine default.nix in dem ordner? | 13:20:16 |
sebastians | nope | 13:22:26 |
hexa | ah, du meinst du landest gar nicht erst in der shell | 13:24:06 |
hexa | ❯ 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 |
sebastians | genau - sorry hatte meinen prompt string entfernt | 13:25:18 |
hexa | leerer ordner, shell.nix reinkopiert, tut | 13:25:39 |
sebastians | ja, mein problem ist leider, dass der error nicht reproduzierbar ist :/ | 13:28:17 |
hexa | d.h. in einem frischen ordner gehts bei dir auch? 😄 | 13:28:31 |
hexa | nix-shell -vvv | 13:28:59 |
sebastians | Download nix-shell.log | 13:31:54 |
hexa | kannst du das bitte beantworten? | 13:33:28 |
sebastians | nö, es geht nur auf diesem laptop nicht, auch nicht mit dem reproducer | 13:34:32 |
hexa | nix --version? | 13:35:53 |