A flake providing utils for BEAM.
The nixpkgs contains BEAM related utils with a broad set of features, but I am looking for implementations with more singular functionality. Given the wide user base of nixpkgs, to avoid affecting them, I decide to maintain my own utils. In the future, I'll try to merge them back to nixpkgs.
This flake primarily provides an overlay, which puts utils into a top-level namespace - beamUtils
.
After setting up the overlay, you can access it via:
pkgs.beamUtils
Test buildMixRelease
:
$ nix build '.#test-buildMixRelease'
Read TODO.md for more details.
Apache License 2.0