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
Currently testing on macOS Monterey with Nix 2.17, and I'm getting a few random filesystem errors, meaning somehow the exec* hooks aren't covering every process, or some system calls aren't hooked into. Building nixie from the fakedir environment always ends up failing with a random Is a directory or other derivation read error. This may indicate a race condition between threads of a single process.
The text was updated successfully, but these errors were encountered:
Currently testing on macOS Monterey with Nix 2.17, and I'm getting a few random filesystem errors, meaning somehow the
exec*
hooks aren't covering every process, or some system calls aren't hooked into. Buildingnixie
from thefakedir
environment always ends up failing with a randomIs a directory
or other derivation read error. This may indicate a race condition between threads of a single process.The text was updated successfully, but these errors were encountered: