Commit 3ef5accb authored by adisbladis's avatar adisbladis
Browse files

emacs: add back support in wrapper for using passthru.nativeComp

parent 8ce78934
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ in customEmacsPackages.withPackages (epkgs: [ epkgs.evil epkgs.magit ])
self:
let
  inherit (self) emacs;
  withNativeCompilation = emacs.withNativeCompilation or false;
  withNativeCompilation = emacs.withNativeCompilation or emacs.nativeComp or false;
  withTreeSitter = emacs.withTreeSitter or false;
in
packagesFun: # packages explicitly requested by the user