about summary refs log tree commit diff
path: root/third_party/emacs/exwm/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-11-08T00·22+0100
committertazjin <mail@tazj.in>2020-11-08T01·26+0000
commit1d71c29919cc631b9d13f8bfbade167789bbec45 (patch)
tree5b1f6167cd595e5c0c2c7c98acb4446644840f3f /third_party/emacs/exwm/default.nix
parent6104f6514f666a861d707c3085fe180aae07177e (diff)
chore(3p/exwm): Update derivation to build local sources r/1872
... this should also update my system EXWM.

Change-Id: Idfbbda67613ac678dc2d5f82533e1c6176ab4a28
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2072
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'third_party/emacs/exwm/default.nix')
-rw-r--r--third_party/emacs/exwm/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/emacs/exwm/default.nix b/third_party/emacs/exwm/default.nix
new file mode 100644
index 0000000000..e1680a37d9
--- /dev/null
+++ b/third_party/emacs/exwm/default.nix
@@ -0,0 +1,7 @@
+# EXWM is present in nixpkgs and we do not (currently) intend to
+# change the code structure, so the existing drv can be reused.
+{ pkgs, ... }:
+
+pkgs.emacsPackages.exwm.overrideAttrs(_: {
+  src = ./.;
+})