[0.5.1] - 2024-01-27
This update marks the transition towards a more general and minimal mkElmDerivation.
Changed
- The
mkElmDerivation
function is now more generic and allows users to write their own buildPhases and installPhases. - This changelog is now in the Common Changelog format.
- The
mkElmWatchDerivation
andmkElmSpaDerivation
functions have been marked as deprecated. Users shouldmkElmDerivation
with custom build phases and install phases.
Added
- The elm snapshot code has been moved back into this repository.
Removed
- The dependency on flake-utils has been removed.