| 18 Nov 2025 |
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 |
hexa | nixos? | 13:36:08 |
sebastians | nix (Lix, like Nix) 2.93.3-pre20251008-75c0314
System type: x86_64-linux
Additional system types: i686-linux, x86_64-v1-linux, x86_64-v2-linux, x86_64-v3-linux, x86_64-v4-linux
Features: gc, signed-caches
System configuration file: /etc/nix/nix.conf
User configuration files: /home/sebi/.config/nix/nix.conf:/etc/xdg/nix/nix.conf:/home/sebi/.nix-profile/etc/xdg/nix/nix.conf:/nix/profile/etc/xdg/nix/nix.conf:/home/sebi/.local/state/nix/profile/etc/xdg/nix/nix.conf:/etc/profiles/per-user/sebi/etc/xdg/nix/nix.conf:/nix/var/nix/profiles/default/etc/xdg/nix/nix.conf:/run/current-system/sw/etc/xdg/nix/nix.conf
Store directory: /nix/store
State directory: /nix/var/nix
Data directory: /nix/store/qs6lbj3hf0bb96xh1jhls0pn3pr5jnba-lix-2.93.3-pre20251008-75c0314/share
| 13:37:11 |
hexa | but sir, this is lix, not nix | 13:37:25 |
sebastians | 25.11.20250809.85dbfc7 (Xantusia)
| 13:37:27 |
hexa | irgendwas weirdes in deiner shell config? | 13:38:21 |
sebastians | nö, setze in meiner bashrc nur SSH_AUTH_SOCK | 13:40:14 |
hexa | nix.conf? | 13:43:28 |
hexa | /home/sebi/.config/nix/nix.conf | 13:44:56 |
hexa | /home/sebi/.nix-profile/etc/xdg/nix/nix.conf | 13:45:06 |
hexa | usw, falls existiert | 13:45:18 |
sebastians |
| 13:45:22 |
sebastians | * WARNING: this file is generated from the nix.* options in
your NixOS configuration, typically
/etc/nixos/configuration.nix. Do not edit it!
allowed-users = * auto-optimise-store = true builders = builders-use-substitutes = true cores = 0 experimental-features = nix-command flakes max-jobs = auto require-sigs = true sandbox = true sandbox-fallback = false substituters = https://cache.nixos.org/ system-features = nixos-test benchmark big-parallel kvm trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= trusted-substituters = trusted-users = root root sebi extra-sandbox-paths =
| 13:45:31 |
sebastians | * # WARNING: this file is generated from the nix.\* options in
# your NixOS configuration, typically
# /etc/nixos/configuration.nix. Do not edit it!
allowed-users = \*
auto-optimise-store = true
builders =
builders-use-substitutes = true
cores = 0
experimental-features = nix-command flakes
max-jobs = auto
require-sigs = true
sandbox = true
sandbox-fallback = false
substituters = https://cache.nixos.org/
system-features = nixos-test benchmark big-parallel kvm
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
trusted-substituters =
trusted-users = root root sebi
extra-sandbox-paths =
| 13:45:42 |
sebastians | Das ist /etc/nix/nix.conf, die anderen existieren nicht | 13:46:26 |
hexa | gerade keine idee mehr | 13:51:22 |
sebastians | alles klar, danke! habe komischerweise eine shell.nix mit buildFHSEnv und die funktioniert (auch wenn PS1 nicht gesetzt wird) | 13:55:29 |
sebastians | vermute ja es ist irgendeine transient condition, nur leider kann ich gerade nichts upgraden (bin mit ZFS und non-LTS Linux Kernel auf der aktuellen version gefangen) | 14:04:33 |
hexa | mal aus einer anderen shell heraus probiert? | 14:09:56 |
hexa | oder von einem anderen user aus | 14:10:06 |
sebastians | hm, mit ner anderen shell geht es - also irgendwelche weirdness mit der bash in /run/current-system | 14:14:09 |
sebastians | okay, das kriege ich irgendwie selber raus - danke! | 14:16:34 |