From c9f302adde4e69051730889ec503f86d85d22dcd Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 27 Apr 2024 14:07:07 -0500 Subject: [PATCH] devshell: source env vars on load --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 2f3f05d..cf5a659 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,9 @@ hugo nodePackages.npm ]; + shellHook = '' + source .env + ''; }; }; } \ No newline at end of file