quote .envrc

This commit is contained in:
Jörg Thalheim
2024-07-08 16:25:16 +02:00
parent 35d7f63f95
commit a7b6148e84

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