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";
|
||||
};
|
||||
|
||||
nixpkgs-Draupnir = { # Draupnir module/package
|
||||
url = "github:TheArcaneBrony/nixpkgs/master";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
};
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
{ pkgs, nixpkgs-master, nixpkgs-Draupnir, ... }:
|
||||
{ pkgs, nixpkgs-master, Rory-Open-Architecture, ... }:
|
||||
{
|
||||
disabledModules = [
|
||||
"services/matrix/synapse.nix"
|
||||
];
|
||||
imports = [
|
||||
"${nixpkgs-master}/nixos/modules/services/matrix/synapse.nix"
|
||||
"${nixpkgs-Draupnir}/nixos/modules/services/matrix/draupnir.nix"
|
||||
];
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
matrix-synapse-unwrapped = nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.matrix-synapse-unwrapped;
|
||||
draupnir = nixpkgs-Draupnir.legacyPackages.${pkgs.stdenv.hostPlatform.system}.draupnir;
|
||||
matrix-synapse-unwrapped = Rory-Open-Architecture.packages.${pkgs.stdenv.hostPlatform.system}.matrix-synapse-unwrapped;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue