tvl-depot/third_party/emacs/exwm/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
204 B
Nix
Raw Normal View History

# 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 = ./.;
})