From 25cf9688c6d5453bcb7e0609dff2768d2c271697 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 3 May 2026 11:38:52 -0400 Subject: [PATCH] switch app.federated.nexus to sable --- clients/quadraticserver/matrix/cinny.nix | 25 ++++++++++-------------- flake.lock | 14 ++++++------- 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/clients/quadraticserver/matrix/cinny.nix b/clients/quadraticserver/matrix/cinny.nix index 478cb78..577d9f8 100644 --- a/clients/quadraticserver/matrix/cinny.nix +++ b/clients/quadraticserver/matrix/cinny.nix @@ -10,6 +10,13 @@ defaultHomeserver = 0; homeserverList = [ "federated.nexus" ]; allowCustomHomeservers = false; + + disableAccountSwitcher = true; + + featuredCommunities = { + spaces = { }; + rooms = { }; + }; }; cinny-unwrapped = package; } @@ -20,21 +27,9 @@ }; in { - "app.federated.nexus" = mkCinny ( - pkgs.cinny-unwrapped.overrideAttrs (old: rec { - src = pkgs.fetchFromCodeberg { - owner = "lapingvino"; - repo = "cinny"; - rev = "d5ba8537a418a0950adad6f7c4f488078dff6a13"; - hash = "sha256-+WOpBpSzXgBbG5RyMotvJWauPOKjbSI7X6XaRNssd/I="; - }; - npmDeps = pkgs.fetchNpmDeps { - inherit src; - name = "${old.pname}-${old.version}-npm-deps"; - hash = "sha256-a4cnxo5smN+a6DWKPPkbGkd8gcQe/jazSEmrqKcN0fA="; - }; - }) - ); + "app.federated.nexus" = + mkCinny + inputs.nixpkgs-sable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.sable-unwrapped; "staging.app.federated.nexus" = mkCinny diff --git a/flake.lock b/flake.lock index c39b1f8..3b3fcde 100644 --- a/flake.lock +++ b/flake.lock @@ -1690,11 +1690,11 @@ ] }, "locked": { - "lastModified": 1776027210, - "narHash": "sha256-rQEwWySmuokverRdMyHCcB4oxU8jc29xIw3YqlAxbaA=", + "lastModified": 1777730560, + "narHash": "sha256-7+oS+i6073D+c/IhVWvgpyn/4pQkfIXQIXOfqwTKcfA=", "ref": "refs/heads/main", - "rev": "b701da19dcd29044f6d0a61a6171aded5f5dd043", - "revCount": 469, + "rev": "a8ae10c9ceb1bda9d9bd40ef03f46c08ef5aa4a7", + "revCount": 479, "submodules": true, "type": "git", "url": "https://git.federated.nexus/nexus/Nexus" @@ -2241,11 +2241,11 @@ }, "nixpkgs-custom": { "locked": { - "lastModified": 1776470595, - "narHash": "sha256-H3cJpjDVJ4n7Ja0trsVKh2GdoaGjK0N3mreJxzFawjQ=", + "lastModified": 1777647850, + "narHash": "sha256-TVvJjkScGp2O6zpiOn91cfjXyxSPpaCZDhHMPnE7EVU=", "owner": "Henry-Hiles", "repo": "nixpkgs", - "rev": "3c881e4cb8220f4d49cb2a745a26f6a51b13c407", + "rev": "3093e306dcbef8b05356e3131e9f7044c47752b0", "type": "github" }, "original": {