Releases: code-supply/deps_nix
Releases · code-supply/deps_nix
v2.6.1
v2.6.0
This version has better support for elixir_make and can build lazy_html etc.
What's Changed
- Workarounds for lazy_html by @tjarratt in #33
- Fix bug that caused duplicate packages to be generated when specifying
--env. - Use Elixir 1.19 for test and build
New Contributors
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- Allow specifying appConfigPath by @greg-freewave in #26
- Allow private github repos to use fetchGit by @zgagnon in #14
- don't call out to nix binary for hashing by @gigamonster256 in #29
New Contributors
- @greg-freewave made their first contribution in #26
- @zgagnon made their first contribution in #14
- @gigamonster256 made their first contribution in #29
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- stop requiring app.config by @adamcstephens in #19
- Remove darwin.IOKit stubs; they no longer do anything. by @kivikakk in #24
- Permit overriding the Fenix overlay used. by @kivikakk in #25
New Contributors
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- detect builder from prefetched github repos by @adamcstephens in #13
- Fix builds for Vix and unicode_string
- Test against Mac and Linux in GitHub Action
New Contributors
- @adamcstephens made their first contribution in #13
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Special-case heroicons so that Phoenix projects can use deps_nix with minimal derivation adjustments.
See nix-phoenix for instructions for packaging a new Phoenix project.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
crc32cer and snappyer overrides: use the port compiler rebar3 plugin. This allows brod to compile out-of-the-box.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- Breaking change: this version detects rustler_precompiled dependencies and no longer requires them to be on a list. However, dependency builds will fail until the appropriate
skip_compilationflag is set (this was always required at runtime anyway). The build error tries to provide the appropriate config line. - The
default-overrides.nixfile that appeared in an app'sdepsdirectory for this library is now inlined into Elixir code. The presence of this file caused problems with nix formatters that scanned file trees. - Explorer dependencies are now expected to be at the latest version at time of release - v0.10.1.
Full Changelog: v1.2.0...v2.0.0
v1.2.0
- Default workaround for ex_keccak
- Log when fetching GitHub hashes
- Test and develop against latest Elixir
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Fix prefetched nix hashes for repos that use relative symlinks incompatible with :erl_tar.
Full Changelog: v1.0.0...v1.1.0