1d71c29919
... 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>
7 lines
204 B
Nix
7 lines
204 B
Nix
# 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 = ./.;
|
|
})
|