| 27 Mar 2026 |
sky1e | You also have duplicate versions of systems, firefox-addons, and flake-compat in your dependency tree, but those shouldn't matter much compared to nixpkgs | 21:54:02 |
sky1e | * You also have duplicate copies of systems, firefox-addons, and flake-compat in your dependency tree, but those shouldn't matter much compared to nixpkgs | 21:55:07 |
sky1e | * You also have duplicate copies of systems, firefox-addons, and flake-compat in your dependency tree, but those shouldn't matter much compared to nixpkgs | 21:55:31 |
| 28 Mar 2026 |
| @gmc:matrix.org left the room. | 06:24:10 |
| soliprem 🏳️⚧️ changed their display name from Soliprem to soliprem 🏳️⚧️. | 11:00:43 |
| Baum(she/they) joined the room. | 12:31:41 |
flippette | does builders-use-substitutes apply if it's in a trusted user's ~/.config/nix/nix.conf? | 16:33:04 |
raitobezarius | i strongly doubt it given my reading of the source code | 16:38:20 |
raitobezarius | i don't think it's sent from the client to the daemon | 16:38:30 |
raitobezarius | could be wrong | 16:38:34 |
| @shmwot:matrix.org left the room. | 16:38:51 |
| 29 Mar 2026 |
xored | 2.95.1 broken on darwin or just me? | 08:44:43 |
Yureka (she/her) | from nixpkgs or from the lix website? | 08:45:06 |
Yureka (she/her) | nixpkgs is very possible, I don't think adamcstephens or me tested on darwin | 08:45:20 |
xored | iirc i'm using lixPackageSets | 08:45:30 |
xored | so from nixpkgs | 08:45:33 |
Yureka (she/her) | can you describe in more detail the failure mode you're seeing? and possible open an issue in nixpkgs about it | 08:45:59 |
Yureka (she/her) | Redacted or Malformed Event | 08:46:17 |
xored | i'll wait to wait for it to rebuild | 08:46:51 |
xored | * i'll have to wait for it to rebuild | 08:47:58 |
xored | > 78/80 installcheck - lix:functional-eval-store OK 10.06s
> 79/80 installcheck - lix:functional-post-hook OK 10.61s
> 80/80 installcheck - lix:functional2 ERROR 85.28s
exit status 1ssed
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=110 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 DYLD_LIBRARY_PATH=/nix/var/nix/b/5v0bcrxrlj34zp6vv8bvl5sjn0/source/build/lix NIX_BIN_DIR=/nix/store/a2scjsfjf9i5839a0qhsmaliw2a4pa9g-lix-2.95.1/bin LD_LIBRARY_PATH=/nix/var/nix/b/5v0bcrxrlj34zp6vv8bvl5sjn0/source/build/lix system=aarch64-darwin /nix/store/s0psayl7zvkvwdcqc8fy1sbv8rlf1yq8-bash-5.3p9/bin/bash /nix/var/nix/b/5v0bcrxrlj34zp6vv8bvl5sjn0/source/build/../tests/functional2/meson-tap-wrap.sh /nix/store/9kb81cir34aiskbnnmy0cw0cimpxfidx-python3-3.13.12-env/bin/python3 -m pytest --tap -n auto --maxprocesses=12 --dist=worksteal /nix/var/nix/b/5v0bcrxrlj34zp6vv8bvl5sjn0/source/tests/functional2
test 80 hanged for a while and then failed
| 08:55:27 |
Yureka (she/her) | can you rebuild with --keep-failed and then extract the meson test log txt | 08:56:24 |
Yureka (she/her) | /nix/var/nix/b/blablabla/b/source/build/meson-logs/testlog.txt | 08:56:38 |
xored | hmm can i just pass it to nh? | 08:57:28 |
Yureka (she/her) | I don't know what is nh ^^ | 08:57:41 |
xored | i'm just doing a nh darwin switch . | 08:57:48 |
xored | nix helper | 08:57:53 |
Yureka (she/her) | possible, try it | 08:58:08 |
Yureka (she/her) | otherwise, you can build it separately nix build "/nix/store/blablabla.drv^*" --keep-failed with the path of the lix drv that errored | 08:58:48 |
Rutile (rootile) | gonna try if i can reproduce it on my machine | 08:59:31 |