Skip to content

Commit 6fee5fe

Browse files
committed
Fix deprecation warning for Mix.Config
1 parent 01fca59 commit 6fee5fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is responsible for configuring your application
2-
# and its dependencies with the aid of the Mix.Config module.
2+
# and its dependencies with the aid of the Config module.
33
#
44
# This configuration file is loaded before any dependency and
55
# is restricted to this project.

config/rpi0.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use Mix.Config
1+
import Config
22

33
# Configure the network using vintage_net
44
# See https://github.com/nerves-networking/vintage_net for more information

config/rpi3a.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use Mix.Config
1+
import Config
22

33
# Configure the network using vintage_net
44
# See https://github.com/nerves-networking/vintage_net for more information

0 commit comments

Comments
 (0)