summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xflake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix

index b776dc1..71ef9f0 100755 --- a/flake.nix +++ b/flake.nix
@@ -148,10 +148,9 @@ nixpkgs.overlays = [ (final: prev: { matrix-synapse-unwrapped = inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.matrix-synapse-unwrapped.overrideAttrs (oldAttrs: { - # apply patches from ./packages/synapse-patches patches = oldAttrs.patches ++ lib.map ( - path: ./packages/matrix-synapse/patches/${path} - ) builtins.attrNames (builtins.readDir ./packages/matrix-synapse/patches); + path: ./packages/overlays/matrix-synapse/patches/${path} + ) (builtins.attrNames (builtins.readDir ./packages/overlays/matrix-synapse/patches)); }); #draupnir = inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.draupnir; draupnir = inputs.nixpkgs-DraupnirPkg.legacyPackages.${pkgs.stdenv.hostPlatform.system}.draupnir;