chore: use direnv built-in has command

https://direnv.net/man/direnv-stdlib.1.html#stdlib
This commit is contained in:
contributor 2025-12-23 20:51:54 +02:00
parent ce84e7a861
commit d8ce0e5f16

2
.envrc
View File

@ -1,3 +1,3 @@
if command -v nix > /dev/null 2>&1; then
if has nix; then
use flake
fi