summaryrefslogtreecommitdiff
path: root/modules/nixfiles/common
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-21 19:13:09 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-21 19:13:09 +0300
commit603f14bd7c9e19f25b192c833c45f73c2bb9ccaa (patch)
treeda410c3177c6049cbcac0f73a8ec1c40a5f9e5e3 /modules/nixfiles/common
parente7941cee341350e2b59b33abef99dfc1c36c2ea9 (diff)
2022-08-21
Diffstat (limited to 'modules/nixfiles/common')
-rw-r--r--modules/nixfiles/common/nix.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/nixfiles/common/nix.nix b/modules/nixfiles/common/nix.nix
index 5feeaa4..2447d96 100644
--- a/modules/nixfiles/common/nix.nix
+++ b/modules/nixfiles/common/nix.nix
@@ -4,6 +4,7 @@
lib,
pkgs,
pkgsPR,
+ pkgsRev,
this,
...
}:
@@ -100,9 +101,6 @@ 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 (_: _: {