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:
parent
6012ac8c1e
commit
d0f7c85eb6
1 changed files with 5 additions and 0 deletions
5
third_party/overlays/tvl.nix
vendored
5
third_party/overlays/tvl.nix
vendored
|
@ -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"}";
|
||||
});
|
||||
})
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue