Add initial set of tests

This commit is contained in:
Zhaofeng Li 2021-02-11 11:55:45 -08:00
parent 114c344dbb
commit dbd66d7c7c
8 changed files with 288 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Colmena
![Build](https://github.com/zhaofengli/colmena/workflows/Build/badge.svg)
Colmena is a simple, stateless NixOS deployment tool modeled after [NixOps](https://github.com/NixOS/nixops) and [Morph](https://github.com/DBCDK/morph), written in Rust.
It's a thin wrapper over Nix commands like `nix-instantiate` and `nix-copy-closure`, and supports parallel deployment.