chore(3p/exwm): Update derivation to build local sources
... 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>
This commit is contained in:
parent
6104f6514f
commit
1d71c29919
2 changed files with 7 additions and 13 deletions
7
third_party/emacs/exwm/default.nix
vendored
Normal file
7
third_party/emacs/exwm/default.nix
vendored
Normal file
|
|
@ -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 = ./.;
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue