template-nix
template-nix copied to clipboard
get rid of direnenv allow
Add direnv whitelist configuration in dockerfile
&& mkdir -p .config/direnv
&& echo '[whitelist]' > .config/direnv/config.toml
&& echo prefix = [ "/workspace" ] >> .config/direnv/config.toml \
Nice approach; send in the PR!