Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nix-community/crystal2nix
Build crystal projects using nix.
https://github.com/nix-community/crystal2nix
crystal-lang nix
Last synced: 2 months ago
JSON representation
Build crystal projects using nix.
- Host: GitHub
- URL: https://github.com/nix-community/crystal2nix
- Owner: nix-community
- License: mit
- Created: 2020-12-22T04:10:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T18:37:13.000Z (7 months ago)
- Last Synced: 2024-10-29T16:05:37.685Z (3 months ago)
- Topics: crystal-lang, nix
- Language: Crystal
- Homepage: https://nixos.org
- Size: 13.7 KB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nix - crystal2nix - Convert `shard.lock` into Nix expressions. (Programming Languages / Crystal)
README
# crystal2nix
Helps nixify crystal projects.
## Installation
You don't need to install it. With nix installed you can just run it:
`nix-shell -p crystal2nix --run crystal2nix`
## Usage
`crystal2nix`
## Development
We will welcome all help with open arms!
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Michael Fellinger](https://github.com/manveru)
- [Peter Hoeg](https://github.com/peterhoeg)