diff --git a/flake.nix b/flake.nix index cd5974b..2ece730 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,12 @@ CGO_ENABLED = "1"; hardeningDisable = ["all"]; + shellHook = '' + set -a + source .env + set +a + ''; + buildInputs = with pkgs; [ # Go tools go