Nix flake to build Stalwart from source
- Nix 100%
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Flake for local development and local build to deploy onto a remote flakes-based system.
Currently, only the server and cli are built, as my mailserver downloads the webui and spam-filter from upstream.
This expects local git clones at the repository root:
git clone https://github.com/stalwartlabs/stalwart
git clone https://github.com/stalwartlabs/cli
For a devshell, run
nix develop
or build the packages with
nix build .#stalwart
nix build .#stalwart-cli