Skip to content

Releases: nix-community/crystal2nix

Support other git sources

09 Apr 08:47
Compare
Choose a tag to compare

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

v0.2.0

29 Mar 06:07
Compare
Choose a tag to compare

The CLI functionality has been separated out from the core logic. This means we are now able to actually run tests against it.