From 056b96bc8b843e72f57f34c5ea1f0eeac2ca67d2 Mon Sep 17 00:00:00 2001 From: Peter M Date: Thu, 7 Aug 2025 22:04:47 +0200 Subject: [PATCH] Fix Config warning Uses new syntax, but commented out for no warnings. Supercedes https://github.com/atomvm/exatomvm/pull/42 Signed-off-by: Peter M --- config/config.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.exs b/config/config.exs index 21cdea4..187b8dd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,6 +1,6 @@ # This file is responsible for configuring your application # and its dependencies with the aid of the Mix.Config module. -use Mix.Config +# import Config # This configuration is loaded before any dependency and is restricted # to this project. If another project depends on this project, this @@ -27,4 +27,4 @@ use Mix.Config # Configuration from the imported file will override the ones defined # here (which is why it is important to import them last). # -# import_config "#{Mix.env()}.exs" +# import_config "#{config_env()}.exs"