1
0
Fork 0
advent-of-code/2015/config/config.exs

9 lines
184 B
Elixir
Raw Permalink Normal View History

2022-09-21 09:19:53 -04:00
import Config
config :nx, :default_defn_options, compiler: EXLA
config :advent_of_code_utils,
year: 2015,
auto_reload?: true,
session: System.get_env("ADVENT_OF_CODE_SESSION")