No description
Find a file
2020-12-15 21:07:27 -08:00
nix Also add Nix environment 2020-12-15 20:58:39 -08:00
src Initial commit 2020-12-15 20:23:02 -08:00
.gitattributes .gitattributes: Mark Niv and crate2nix files as generated 2020-12-15 21:07:27 -08:00
.gitignore Initial commit 2020-12-15 20:23:02 -08:00
Cargo.lock Initial commit 2020-12-15 20:23:02 -08:00
Cargo.nix Also add Nix environment 2020-12-15 20:58:39 -08:00
Cargo.toml Initial commit 2020-12-15 20:23:02 -08:00
default.nix Also add Nix environment 2020-12-15 20:58:39 -08:00
LICENSE Initial commit 2020-12-15 20:23:02 -08:00
pkgs.nix Also add Nix environment 2020-12-15 20:58:39 -08:00
README.md Initial commit 2020-12-15 20:23:02 -08:00
shell.nix Also add Nix environment 2020-12-15 20:58:39 -08:00
test-shell.nix Also add Nix environment 2020-12-15 20:58:39 -08:00

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.