summaryrefslogtreecommitdiff
path: root/modules/nixfiles/common/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixfiles/common/nix.nix')
-rw-r--r--modules/nixfiles/common/nix.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/nixfiles/common/nix.nix b/modules/nixfiles/common/nix.nix
index 5cb77e9..5feeaa4 100644
--- a/modules/nixfiles/common/nix.nix
+++ b/modules/nixfiles/common/nix.nix
@@ -102,6 +102,12 @@ in {
# https://github.com/NixOS/nixpkgs/pull/187039
inherit (pkgsPR "187039" "sha256-xyYK1M1FF8e9UDziyqTiWe3XRkRVNdWUyzqG1/Rjry8=") biber;
+
+ # https://github.com/matrix-org/dendrite/issues/2650
+ # Wait till 0.9.4
+ dendrite = super.dendrite.overrideAttrs (_: _: {
+ doCheck = false;
+ });
}
// (with super; let
np = nodePackages;