From 3907d1258b95283ad9ce8043eca0db395b7448db Mon Sep 17 00:00:00 2001 From: fguery Date: Thu, 12 Mar 2026 11:13:40 +0100 Subject: [PATCH] fix: update flake command so that it's compatible with nix-direnv, allowing shell caching --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 1a600fdb..d4d1556a 100644 --- a/.envrc +++ b/.envrc @@ -1,2 +1,2 @@ -use flake --impure +use flake . --impure dotenv_if_exists ".env"