From d0f7c85eb68041711d29c9d888ab995b12b0daa0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 15 Sep 2021 22:46:17 +0300 Subject: chore(3p/overlays): Override EXWM sources with tree from depot Change-Id: I6047ab634deb2f019bcdc9a76a2194997fc84b29 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3559 Tested-by: BuildkiteCI Reviewed-by: sterni --- third_party/overlays/tvl.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index f6378473555d..ebe47a61449a 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -30,6 +30,11 @@ self: super: { # Use the notmuch from nixpkgs instead of from the Emacs # overlay, to avoid versions being out of sync. notmuch = super.notmuch.emacs; + + # Build EXWM with the depot sources instead. + exwm = esuper.exwm.overrideAttrs(_: { + src = "${depot.path + "/third_party/exwm"}"; + }); }) ); -- cgit 1.4.1