From d74c0c82922999fd6a6081e7d33905cc83159a99 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Wed, 17 Jul 2024 08:29:10 -0500 Subject: [PATCH] Don't warn about direnv taking a while --- common/development-machine.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/development-machine.nix b/common/development-machine.nix index 4c528c1..a9e0fa7 100644 --- a/common/development-machine.nix +++ b/common/development-machine.nix @@ -4,6 +4,7 @@ environment.variables = { # Valgrind like to use this instead of HOSTNAME HOST = config.networking.hostName; + DIRENV_SKIP_TIMEOUT = "TRUE"; }; environment.systemPackages = with pkgs; [