add crystal2nix and colmena (#75)

* crystal: add crystal2nix

* colmena: add it

* clean by putting "elm.json" in backticks
This commit is contained in:
Peter Hoeg 2021-03-31 22:23:32 +08:00 committed by GitHub
parent ee775bf461
commit 32d071f95e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
* [Development](#development)
* [Programming Languages](#programming-languages)
* [Arduino](#arduino)
* [Crystal](#crystal)
* [Elm](#elm)
* [Haskell](#haskell)
* [Node.js](#nodejs)
@ -60,6 +61,7 @@
## Deployment Tools
* [Colmena](https://github.com/zhaofengli/colmena) - A simple, stateless NixOS deployment tool modeled after NixOps and morph.
* [krops](https://cgit.krebsco.de/krops/about/) - A lightweight toolkit to deploy NixOS systems, remotely or locally.
* [KubeNix](https://github.com/xtruder/kubenix) - A Kubernetes resource builder using Nix.
* [KuberNix](https://github.com/saschagrunert/kubernix) - Single-dependency Kubernetes clusters via Nix packages.
@ -96,9 +98,13 @@
* [nixduino](https://github.com/boredom101/nixduino) - Nix-based tool to help build Arduino sketches.
### Crystal
* [crystal2nix](https://github.com/nix-community/crystal2nix) - Convert `shard.lock` into Nix expressions.
### Elm
* [elm2nix](https://github.com/hercules-ci/elm2nix) - Convert elm.json into Nix expressions.
* [elm2nix](https://github.com/hercules-ci/elm2nix) - Convert `elm.json` into Nix expressions.
### Haskell