switch app.federated.nexus to sable
This commit is contained in:
parent
a34073bbcf
commit
25cf9688c6
2 changed files with 17 additions and 22 deletions
|
|
@ -10,6 +10,13 @@
|
||||||
defaultHomeserver = 0;
|
defaultHomeserver = 0;
|
||||||
homeserverList = [ "federated.nexus" ];
|
homeserverList = [ "federated.nexus" ];
|
||||||
allowCustomHomeservers = false;
|
allowCustomHomeservers = false;
|
||||||
|
|
||||||
|
disableAccountSwitcher = true;
|
||||||
|
|
||||||
|
featuredCommunities = {
|
||||||
|
spaces = { };
|
||||||
|
rooms = { };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
cinny-unwrapped = package;
|
cinny-unwrapped = package;
|
||||||
}
|
}
|
||||||
|
|
@ -20,21 +27,9 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"app.federated.nexus" = mkCinny (
|
"app.federated.nexus" =
|
||||||
pkgs.cinny-unwrapped.overrideAttrs (old: rec {
|
mkCinny
|
||||||
src = pkgs.fetchFromCodeberg {
|
inputs.nixpkgs-sable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.sable-unwrapped;
|
||||||
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=";
|
|
||||||
};
|
|
||||||
})
|
|
||||||
);
|
|
||||||
|
|
||||||
"staging.app.federated.nexus" =
|
"staging.app.federated.nexus" =
|
||||||
mkCinny
|
mkCinny
|
||||||
|
|
|
||||||
14
flake.lock
generated
14
flake.lock
generated
|
|
@ -1690,11 +1690,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1776027210,
|
"lastModified": 1777730560,
|
||||||
"narHash": "sha256-rQEwWySmuokverRdMyHCcB4oxU8jc29xIw3YqlAxbaA=",
|
"narHash": "sha256-7+oS+i6073D+c/IhVWvgpyn/4pQkfIXQIXOfqwTKcfA=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "b701da19dcd29044f6d0a61a6171aded5f5dd043",
|
"rev": "a8ae10c9ceb1bda9d9bd40ef03f46c08ef5aa4a7",
|
||||||
"revCount": 469,
|
"revCount": 479,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.federated.nexus/nexus/Nexus"
|
"url": "https://git.federated.nexus/nexus/Nexus"
|
||||||
|
|
@ -2241,11 +2241,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-custom": {
|
"nixpkgs-custom": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1776470595,
|
"lastModified": 1777647850,
|
||||||
"narHash": "sha256-H3cJpjDVJ4n7Ja0trsVKh2GdoaGjK0N3mreJxzFawjQ=",
|
"narHash": "sha256-TVvJjkScGp2O6zpiOn91cfjXyxSPpaCZDhHMPnE7EVU=",
|
||||||
"owner": "Henry-Hiles",
|
"owner": "Henry-Hiles",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3c881e4cb8220f4d49cb2a745a26f6a51b13c407",
|
"rev": "3093e306dcbef8b05356e3131e9f7044c47752b0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue