summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2023-07-28 13:57:53 +0200
committerstuebinm2023-07-28 14:06:26 +0200
commit2c18fa585efada5e91a0cb8b6988ff15154c8be1 (patch)
tree2afc8edb775f602be5d1bd3dbf20bcd91e9a4058 /flake.nix
parent542a28a38a2adf2307e9b803de9cb62a67af75c6 (diff)
package matrix.to
apparently the default homeserver this uses is not configurable??? … might hack around later
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ff48ac8..3d2b79f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -139,7 +139,7 @@
inherit (nixpkgs)
galmon-core galmon-full glitchtip typst almanac rustex
kijetesantakaluotokieni showrt isabelle-utils isabat
- travelynx crs-tracker crs-php bahnhof-name;
+ travelynx crs-tracker crs-php bahnhof-name matrix-to;
};
nixosModules = { glitchtip = import ./modules/glitchtip.nix; };