diff --git a/.envrc b/.envrc index 29e16c1..d5eacd8 100644 --- a/.envrc +++ b/.envrc @@ -1,3 +1,5 @@ watch_file ./flake.lock **/*.nix -use flake +if has nix; then + use flake +fi