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 upgraded to macOS 15.0 and fixed the uid issue #10892 by setting NIX_FIRST_BUILD_UID="400". It works but I found nix develop way slower than before, takes me ~3s to evaluate. Here is my nix.conf
Thank you, I tested two flakes that need around 4 seconds to evaluate with nix_2.23.3. It becomes faster on the third run when I use nix_2.24.0pre develop. Could you explain why it’s not cached after the first run and requires two runs to do the job?
And one thing off topic, nix shell nix doesn't replace nix for me, I have to find the path manually, so what's the proper way to have nix on master branch? Great thanks anyway :D
Describe the bug
I upgraded to macOS 15.0 and fixed the uid issue #10892 by setting
NIX_FIRST_BUILD_UID="400"
. It works but I foundnix develop
way slower than before, takes me ~3s to evaluate. Here is mynix.conf
Steps To Reproduce
nix develop
the second time with any flake.nixExpected behavior
Everything is cached, so it should be as fast as before
nix-env --version
outputnix-env (Nix) 2.23.3
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: