diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-10-27 18:42:49 -0500 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-27 18:42:49 -0500 |
| commit | 3cd1d1583b99a7de7013dc238cf12f356aadeb7c (patch) | |
| tree | c3ec2f265cc522b812003024adbb188df6f6370a | |
| parent | 81eaa96e5acbecca92579b2dd9a95dae9db17397 (diff) | |
| download | nixos-config-3cd1d1583b99a7de7013dc238cf12f356aadeb7c.tar.gz nixos-config-3cd1d1583b99a7de7013dc238cf12f356aadeb7c.zip | |
modules/overlays/emacs: Allow native compilation
| -rw-r--r-- | modules/overlays/emacs.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/overlays/emacs.nix b/modules/overlays/emacs.nix index da7cc0e..602fc51 100644 --- a/modules/overlays/emacs.nix +++ b/modules/overlays/emacs.nix @@ -1,6 +1,5 @@ final: prev: { emacs = (prev.emacs.override { - withNativeCompilation = false; withXwidgets = false; withX = true; withGTK3 = false; |
