[NixOS] [Emacs] Use tree sitter/native compilation flags for emacs everywhere
This commit is contained in:
parent
410b0e98c1
commit
5b4698cde1
@ -19,10 +19,7 @@ in
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python-with-my-packages
|
python-with-my-packages
|
||||||
(emacs29.override {
|
emacs
|
||||||
withNativeCompilation = true;
|
|
||||||
withTreeSitter = true;
|
|
||||||
})
|
|
||||||
|
|
||||||
automake
|
automake
|
||||||
bazel
|
bazel
|
||||||
|
@ -33,4 +33,9 @@ final: prev: {
|
|||||||
hash = "sha256-HXkVjdAdmSQx3S4/rLif2slxJ/iXhOosthDGAPsMFIM=";
|
hash = "sha256-HXkVjdAdmSQx3S4/rLif2slxJ/iXhOosthDGAPsMFIM=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
emacs = prev.emacs29.override {
|
||||||
|
withNativeCompilation = true;
|
||||||
|
withTreeSitter = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user