aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/users/fcuny/emacs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/users/fcuny/emacs.nix b/nix/users/fcuny/emacs.nix
index f4e3719..fcf1b8f 100644
--- a/nix/users/fcuny/emacs.nix
+++ b/nix/users/fcuny/emacs.nix
@@ -71,6 +71,7 @@ in
programs.emacs = {
enable = true;
extraPackages = packages;
+ # FIXME: https://github.com/NixOS/nixpkgs/issues/395169
package = pkgs.emacs.override { withNativeCompilation = false; };
};