Disable emacs native-comp for a bit on darwin
All checks were successful
Cachix / build (elendel) (push) Successful in 1m46s
Cachix / build (kholinar) (push) Successful in 2m16s
Cachix / build (marabethia) (push) Successful in 1m47s

This commit is contained in:
Charlotte Van Petegem 2025-04-14 10:12:32 +02:00
parent 0a1581e9d4
commit 70f730c105
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -5,7 +5,7 @@ let
in in
{ {
chvp.base.emacs = { chvp.base.emacs = {
basePackage = pkgs.emacs; basePackage = pkgs.emacs.override { withNativeCompilation = false; };
extraConfig = [ (builtins.readFile ./darwin-init.el) ]; extraConfig = [ (builtins.readFile ./darwin-init.el) ];
}; };
services.emacs = { services.emacs = {