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 <sternenseemann@systemli.org>
This commit is contained in:
Vincent Ambo 2021-09-15 22:46:17 +03:00 committed by tazjin
parent 6012ac8c1e
commit d0f7c85eb6

View file

@ -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"}";
});
})
);