nix-community / crystal2nix

Build crystal projects using nix.
https://nixos.org
MIT License
14 stars 4 forks source link

GSOC2024 Submission #18

Closed vidhvath28 closed 2 weeks ago

vidhvath28 commented 2 weeks ago

Features added:-

  1. Currently the Crystal2nix supports two sources git and mercurial(hg).
  2. We have included 13 new offline test cases which will help us to test the git and mercurial sources without network connectivity.
  3. For now, we have only one integrated test case.
  4. Error handling has been done for unsupported sources.

Future plans:-

  1. To Add fossil source in Crystal2nix .
  2. add few more integrated test cases.