Replies: 2 comments 1 reply
-
Followup question: When the update time to the environment takes >1 hour, is it possible to it in the background but still get the most of the environment loaded? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I added |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I add something to my nix environment which I load with direnv, it can take minutes or hours to update my environment. Is there some way to measure/profile this load time?
I tried
time direnv reload
anddate ; direnv reload ; date
but the problem is that the direnv command completes immediately.Beta Was this translation helpful? Give feedback.
All reactions