From d8ce0e5f16c8a671543331b98b840f7c7ed93294 Mon Sep 17 00:00:00 2001 From: contributor Date: Tue, 23 Dec 2025 20:51:54 +0200 Subject: [PATCH] chore: use direnv built-in `has` command https://direnv.net/man/direnv-stdlib.1.html#stdlib --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 3c9833453..6deccfe3a 100644 --- a/.envrc +++ b/.envrc @@ -1,3 +1,3 @@ -if command -v nix > /dev/null 2>&1; then +if has nix; then use flake fi