quote .envrc

This commit is contained in:
Jörg Thalheim 2024-07-08 16:25:16 +02:00
parent 4f2f663b3b
commit 83371fca47

2
.envrc
View File

@ -6,7 +6,7 @@ fi
watch_file .direnv/selected-shell
if [ -e .direnv/selected-shell ]; then
use flake .#$(cat .direnv/selected-shell)
use flake ".#$(cat .direnv/selected-shell)"
else
use flake
fi