diff options
author | Rory&::Emma <root@rory.gay> | 2024-04-20 19:24:50 +0000 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:44:59 +0200 |
commit | 80ac7a155a43d89d0f94f32fea45db593f2d28f6 (patch) | |
tree | a38d7f626b7a66fed84f00188188cfb9409bbfcd /flake.nix | |
parent | Update from server (diff) | |
download | Rory-Open-Architecture-80ac7a155a43d89d0f94f32fea45db593f2d28f6.tar.xz |
Server changes
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index 0ea3c34..cb3c792 100755 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ }; conduit = { #url = "gitlab:famedly/conduit"; - url = "github:girlbossceo/conduwuit"; + url = "github:girlbossceo/conduwuit/7ecc570bb8a07aba9802fd0217f978583f55bc8b"; # Assuming you have an input for nixpkgs called `nixpkgs`. If you experience # build failures while using this, try commenting/deleting this line. This # will probably also require you to always build from source. @@ -35,7 +35,7 @@ }; MatrixMediaGate = { - url = "git+https://cgit.rory.gay/matrix/MatrixMediaGate.git/"; + url = "git+https://cgit.rory.gay/matrix/tools/MatrixMediaGate.git/"; }; # Sources... |