Initial commit

This commit is contained in:
Zhaofeng Li 2020-12-15 20:21:26 -08:00
commit e092ba5bb1
14 changed files with 1869 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# Colmena
Colmena is a simple, stateless NixOS deployment tool modeled after NixOps and Morph, written in Rust.
It's a thin wrapper over Nix commands like `nix-instantiate` and `nix-copy-closure`, and supports parallel deployment.
Colmena is still an early prototype.
## Licensing
Colmena is available under the MIT License.