!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.homes66 Servers

Load older messages


SenderMessageTime
18 Nov 2025
@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
@sebastians:selfnet.desebastiansgenau - sorry hatte meinen prompt string entfernt13:25:18
@hexa:lossy.networkhexaleerer ordner, shell.nix reinkopiert, tut13:25:39
@sebastians:selfnet.desebastiansja, mein problem ist leider, dass der error nicht reproduzierbar ist :/13:28:17
@hexa:lossy.networkhexad.h. in einem frischen ordner gehts bei dir auch? 😄 13:28:31
@hexa:lossy.networkhexanix-shell -vvv13:28:59
@sebastians:selfnet.desebastiansDownload nix-shell.log13:31:54
@hexa:lossy.networkhexakannst du das bitte beantworten?13:33:28
@sebastians:selfnet.desebastiansnö, es geht nur auf diesem laptop nicht, auch nicht mit dem reproducer13:34:32
@hexa:lossy.networkhexanix --version?13:35:53
@hexa:lossy.networkhexanixos?13:36:08
@sebastians:selfnet.desebastians
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:lossy.networkhexa but sir, this is lix, not nix 13:37:25
@sebastians:selfnet.desebastians
25.11.20250809.85dbfc7 (Xantusia)
13:37:27
@hexa:lossy.networkhexairgendwas weirdes in deiner shell config?13:38:21
@sebastians:selfnet.desebastiansnö, setze in meiner bashrc nur SSH_AUTH_SOCK13:40:14
@hexa:lossy.networkhexanix.conf?13:43:28
@hexa:lossy.networkhexa/home/sebi/.config/nix/nix.conf13:44:56
@hexa:lossy.networkhexa/home/sebi/.nix-profile/etc/xdg/nix/nix.conf13:45:06
@hexa:lossy.networkhexausw, falls existiert13:45:18
@sebastians:selfnet.desebastians
13:45:22
@sebastians:selfnet.desebastians *

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:selfnet.desebastians *
# 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:selfnet.desebastiansDas ist /etc/nix/nix.conf, die anderen existieren nicht13:46:26
@hexa:lossy.networkhexagerade keine idee mehr13:51:22
@sebastians:selfnet.desebastians alles klar, danke! habe komischerweise eine shell.nix mit buildFHSEnv und die funktioniert (auch wenn PS1 nicht gesetzt wird) 13:55:29
@sebastians:selfnet.desebastiansvermute 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

Show newer messages


Back to Room ListRoom Version: 6