Releases: nix-community/crystal2nix
Releases · nix-community/crystal2nix
v0.3.1 - quote shard names
What's Changed
Changes
- build with recent unstable by @peterhoeg in #13
- fix: support dots in shards names by @voobscout in #25
- release v0.3.1 by @peterhoeg in #26
Full Changelog: v0.3.0...v0.3.1
Support other git sources
v0.3.0 2022-04-09
Major change(s):
Create a new shards.nix format that can be used by the nixpkgs fetchgit
fetcher instead of fetchFromGitHub to allow fetching from all git sources.
Minor change(s):
- Build using nix and provide flake.nix for an easy development experience.
- Add some basic tests