You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how reproducible it is for others, but I noticed that this also happens if I run nix --extra-experimental-features 'nix-command flakes' develop in a checkout of this repository (NixOS/nix) with extra-experimental-features = ca-derivations enabled.
Describe the bug
I saw this when trying to build a derivation:
Looking at the system journal, I see that the daemon exited with
SIGABRT
. Here is the demangled stack trace from the journal:Steps To Reproduce
Unfortunately I don't have a reproducer right now. It happens for me after I:
extra-experimental-features = ca-derivations
config.contentAddressedByDefault = true;
.Though, looking at the stack trace, CA-derivations might be unrelated to this crash.
Expected behavior
No crash.
Metadata
nix-env (Nix) 2.26.3
Additional context
I noticed a similar crash was reported in an unrelated comment: #3377 (comment)
Checklist
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: