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