diff options
author | Rory& <root@rory.gay> | 2024-06-27 15:02:25 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | e6813744cdedcd157c2c8835a9a5e0649579bcb8 (patch) | |
tree | a074d44914cd962a1f1ecabf9dd34a58a29db2f1 /flake.nix | |
parent | Use postgres sockets for synapse (diff) | |
download | Rory-Open-Architecture-e6813744cdedcd157c2c8835a9a5e0649579bcb8.tar.xz |
Split up synapse config
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 f5fca4e..88cfab9 100755 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ sops-nix.url = "github:Mic92/sops-nix"; # Packages - grapevine.url = "gitlab:matrix/grapevine-fork?host=gitlab.computer.surgery&ref=benjamin/debug-emma-kde-room"; + grapevine.url = "gitlab:matrix/grapevine-fork?host=gitlab.computer.surgery"; # &ref=benjamin/debug-emma-kde-room"; conduit.url = "gitlab:famedly/conduit/next"; nixos-wsl.url = "github:nix-community/NixOS-WSL"; @@ -33,7 +33,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - # Sources... + # Packages built from git nhekoSrc = { url = "github:Nheko-reborn/nheko/master"; flake = false; |