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
After the release of nix 2.4 with flake support, I had to remove programs.direnv.nix-direnv.enableFlakes from my config since flakes are now always enabled: ''.../users/profiles/direnv' no longer has any effect; please remove it."
But now entering a directory that uses direnv+flakes uses the wrong environment, and I have to manually touch flake.lock or direnv reload to get the right shell.
After the release of nix 2.4 with flake support, I had to remove
programs.direnv.nix-direnv.enableFlakes
from my config since flakes are now always enabled: ''.../users/profiles/direnv' no longer has any effect; please remove it."But now entering a directory that uses direnv+flakes uses the wrong environment, and I have to manually
touch flake.lock
ordirenv reload
to get the right shell.https://asciinema.org/a/UVJsGokXgMzSveo6aC1MtrTO4
I've tried removing
.direnv
and clearing the cache.The text was updated successfully, but these errors were encountered: