I'm using direnv in my dev container, but it seems that shell hooking doesn't work.
vscode ➜ /workspaces/flux-cluster-template (main) $ cat /etc/bash.bashrc | grep direnv
vscode ➜ /workspaces/flux-cluster-template (main) $ cat /etc/zsh/zshrc | grep direnv
I'm using direnv in my dev container, but it seems that shell hooking doesn't work.
The executable is properly installed and working, but the hooking part seems to not be working for me.
Here's the dev container definition in case it helps: onedr0p/cluster-template@3ed45ff#diff-24ad71c8613ddcf6fd23818cb3bb477a1fb6d83af4550b0bad43099813088686R24