ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
1![Rust Tests Status](https://img.shields.io/github/actions/workflow/status/forallsys/wire/test.yml?branch=trunk&style=flat-square&label=Rust%20Tests) 2![BuildBot Build & VM Test Status](https://img.shields.io/github/checks-status/forallsys/wire/trunk?style=flat-square&label=BuildBot%20Build%20%26%20VM%20Tests) 3![Documentation Status](https://img.shields.io/github/actions/workflow/status/forallsys/wire/pages.yml?branch=trunk&style=flat-square&label=Documentation) 4 5wire is a tool to deploy nixos systems. its usage is inspired by colmena however it is not a fork. 6 7Read the [The Tutorial](https://wire.althaea.zone/tutorial/overview.html), [Guides](https://wire.althaea.zone/guides/installation.html), or continue reading this readme for development information. 8 9## Development 10 11Please use `nix develop` for access to the development environment and to ensure 12your changes are ran against the defined git hooks. For simplicity, you may wish 13to use [direnv](https://github.com/direnv/direnv).