No description
- Rust 68.3%
- Nix 31.7%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| assets/examples | ||
| examples | ||
| nix | ||
| src | ||
| .envrc | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
chatty
Building from source
Either use nix:
nix build .#chatty
Or use rust's cargo:
cargo build
Matrix homeserver vm
To run the matrix homeserver test vm use the following command:
nix run .#startVm -- matrix-homeserver-vm
or if you're in the nix development environment already:
startVm matrix-homeserver-vm
See the nixos-shell docs if you're unsure about how to terminate the VM.