fix(hermes): inject matrix-nio via PYTHONPATH in container #2

Merged
m3tam3re merged 1 commits from fix/matrix-nio-pythonpath into master 2026-04-13 17:00:11 +02:00
Owner

matrix-nio is installed in the container's writable venv layer
(~/.venv) but the hermes process uses the read-only Nix store Python.
This adds PYTHONPATH and LD_LIBRARY_PATH as container-level env vars
so matrix-nio + libolm (e2e encryption) are importable.

matrix-nio is installed in the container's writable venv layer (~/.venv) but the hermes process uses the read-only Nix store Python. This adds PYTHONPATH and LD_LIBRARY_PATH as container-level env vars so matrix-nio + libolm (e2e encryption) are importable.
m3tam3re added 1 commit 2026-04-13 17:00:02 +02:00
matrix-nio is installed in the container's writable venv layer
(~/.venv) but the hermes process uses the read-only Nix store Python.
This adds PYTHONPATH and LD_LIBRARY_PATH as container-level env vars
so matrix-nio + libolm (e2e encryption) are importable.
m3tam3re merged commit fa608ae399 into master 2026-04-13 17:00:11 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: m3tam3re/nixos-config#2