chore: set environment variables on direnv enter

This commit is contained in:
Guz
2025-06-06 16:35:53 -03:00
parent c3a0be5ec5
commit 0cea250fa4

View File

@@ -21,6 +21,12 @@
CGO_ENABLED = "1";
hardeningDisable = ["all"];
shellHook = ''
set -a
source .env
set +a
'';
buildInputs = with pkgs; [
# Go tools
go