fix: Avoid direnv error if nix isn't installed

This commit is contained in:
Mélanie Chauvel 2023-08-28 04:22:48 +02:00 committed by Christina Sørensen
parent db1274a1fb
commit 953f9098fa
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

4
.envrc
View File

@ -1 +1,3 @@
use flake .
if has nix; then
use flake .
fi