From 86a6a6dfa9150d5a9370bc933c2a76cb4eb77e90 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 12 Jun 2025 15:29:53 -0700 Subject: minor tweaks --- nix/users/fcuny/emacs.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/users/fcuny/emacs.nix') 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; }; }; -- cgit v1.2.3