Nix flake to build Stalwart from source
Find a file
2026-08-25 14:19:02 +02:00
flake.lock update lock 2026-08-24 14:07:45 +02:00
flake.nix update stalwart version 2026-08-25 14:19:02 +02:00
README.md add README 2026-08-18 11:08:55 +02:00

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