From c38873e2e4cf46664e0644e2deec3e5588469c41 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 1 Sep 2021 13:14:37 +0300 Subject: fix(3p/overlays): Use notmuch.el from nixpkgs ... instead of the one from the overlay, which can be out of sync. This requires the TVL overlay to be applied after the Emacs overlay. Change-Id: Idac403ea612e334c14b45759dc216699a506678f Reviewed-on: https://cl.tvl.fyi/c/depot/+/3484 Tested-by: BuildkiteCI Reviewed-by: sterni Reviewed-by: tazjin --- third_party/nixpkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 5d2b0fae66e2..44d1bb114028 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -63,9 +63,9 @@ in import nixpkgsSrc { overlays = [ commitsOverlay stableOverlay - depot.third_party.overlays.tvl depot.third_party.overlays.haskell depot.third_party.overlays.emacs + depot.third_party.overlays.tvl depot.third_party.overlays.ecl-static ]; } -- cgit 1.4.1