diff --git a/checks.nix b/checks.nix index 47877c8..68129bb 100644 --- a/checks.nix +++ b/checks.nix @@ -15,6 +15,7 @@ { callPackages, emptyDirectory, + emacs, lib, linkFarm, runCommand, @@ -34,6 +35,7 @@ let common = { doomLocalDir = "~/.local/share/nix-doom-unstraightened"; experimentalFetchTree = true; + emacs = emacs.override { withNativeCompilation = false; }; }; mkDoom = args: (makeDoomPackages (common // args)).doomEmacs; mkDoomDir = args: writeTextDir "init.el" (toInit args);