Move to Roryan Synapse, use distro packages more
This commit is contained in:
parent
80fab825ae
commit
c0e9747a6d
|
@ -10,10 +10,6 @@
|
||||||
url = "github:NixOS/nixpkgs/master";
|
url = "github:NixOS/nixpkgs/master";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs-Draupnir = { # Draupnir module/package
|
|
||||||
url = "github:TheArcaneBrony/nixpkgs/master";
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/master";
|
url = "github:nix-community/home-manager/master";
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,16 +1,14 @@
|
||||||
{ pkgs, nixpkgs-master, nixpkgs-Draupnir, ... }:
|
{ pkgs, nixpkgs-master, Rory-Open-Architecture, ... }:
|
||||||
{
|
{
|
||||||
disabledModules = [
|
disabledModules = [
|
||||||
"services/matrix/synapse.nix"
|
"services/matrix/synapse.nix"
|
||||||
];
|
];
|
||||||
imports = [
|
imports = [
|
||||||
"${nixpkgs-master}/nixos/modules/services/matrix/synapse.nix"
|
"${nixpkgs-master}/nixos/modules/services/matrix/synapse.nix"
|
||||||
"${nixpkgs-Draupnir}/nixos/modules/services/matrix/draupnir.nix"
|
|
||||||
];
|
];
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
matrix-synapse-unwrapped = nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.matrix-synapse-unwrapped;
|
matrix-synapse-unwrapped = Rory-Open-Architecture.packages.${pkgs.stdenv.hostPlatform.system}.matrix-synapse-unwrapped;
|
||||||
draupnir = nixpkgs-Draupnir.legacyPackages.${pkgs.stdenv.hostPlatform.system}.draupnir;
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue