mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
add crystal2nix and colmena (#75)
* crystal: add crystal2nix * colmena: add it * clean by putting "elm.json" in backticks
This commit is contained in:
parent
ee775bf461
commit
32d071f95e
1 changed files with 7 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
* [Development](#development)
|
* [Development](#development)
|
||||||
* [Programming Languages](#programming-languages)
|
* [Programming Languages](#programming-languages)
|
||||||
* [Arduino](#arduino)
|
* [Arduino](#arduino)
|
||||||
|
* [Crystal](#crystal)
|
||||||
* [Elm](#elm)
|
* [Elm](#elm)
|
||||||
* [Haskell](#haskell)
|
* [Haskell](#haskell)
|
||||||
* [Node.js](#nodejs)
|
* [Node.js](#nodejs)
|
||||||
|
@ -60,6 +61,7 @@
|
||||||
|
|
||||||
## Deployment Tools
|
## 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.
|
* [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.
|
* [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.
|
* [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.
|
* [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
|
### 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
|
### Haskell
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue