No description
  • Rust 68.3%
  • Nix 31.7%
Find a file
Hana Kretzer abe4cff05b
All checks were successful
Check / Flake checks (push) Successful in 4m57s
Check / Rust checks (push) Successful in 42s
Merge pull request 'feat: initial matrix support for logging in' (#22) from feat/login into main
Reviewed-on: #22
Reviewed-by: Hana Kretzer <hanakretzer@nanoyaki.space>
2025-10-10 18:07:30 +02:00
.forgejo/workflows feat: upload artifacts after build 2025-10-08 22:07:47 +02:00
assets/examples chore: add icons example 2025-10-07 09:34:54 -07:00
examples feat: initial matrix support for logging in 2025-10-10 18:07:15 +02:00
nix feat: initial matrix support for logging in 2025-10-10 18:07:15 +02:00
src feat: initial matrix support for logging in 2025-10-10 18:07:15 +02:00
.envrc feat: initialise nix package 2025-10-07 15:21:51 +00:00
.gitattributes fix: use lfs for ttf binary files 2025-10-07 20:29:57 +00:00
.gitignore fix: init db for synapse 2025-10-10 02:27:46 +02:00
Cargo.lock feat: initial matrix support for logging in 2025-10-10 18:07:15 +02:00
Cargo.toml feat: initial matrix support for logging in 2025-10-10 18:07:15 +02:00
flake.lock feat: add test server vm 2025-10-08 18:19:58 +02:00
flake.nix feat: add test server vm 2025-10-08 18:19:58 +02:00
LICENSE chore: add GPL-3.0-or-later license 2025-10-07 15:20:05 +00:00
README.md feat: add nix and vm docs 2025-10-08 18:35:08 +02:00

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.