mkElmDerivation
mkElmDerivation copied to clipboard
A nix flake for simplifiying the packaging of elm projects, inspired by elm2nix.
Results
1
mkElmDerivation issues
Sort by
recently updated
recently updated
newest added
I've just read that uglify-js is actually [no longer maintained](https://github.com/mishoo/UglifyJS2/issues/3156#issuecomment-392943058). However, [terser](https://github.com/terser/terser) is, and it's recommended by elm-optimize-level-2 as a replacement. Maybe `mkElmDerivation` should use terser, then? Usage seems exactly...