Generation 73 2024-04-20 20:39:52 (current)
This commit is contained in:
parent
671c06374c
commit
23e2949223
@ -19,12 +19,7 @@
|
|||||||
mlocate
|
mlocate
|
||||||
zstd
|
zstd
|
||||||
];
|
];
|
||||||
wrapped-emacs = let
|
wrapped-emacs = pkgs.symlinkJoin {
|
||||||
emacs-pkg = with pkgs;
|
|
||||||
(emacsPackagesFor emacs29).emacsWithPackages
|
|
||||||
(epkgs: [epkgs.vterm epkgs.treesit-grammars.with-all-grammars]);
|
|
||||||
in
|
|
||||||
pkgs.symlinkJoin {
|
|
||||||
name = "wrapped-emacs";
|
name = "wrapped-emacs";
|
||||||
paths = [pkgs.emacs29];
|
paths = [pkgs.emacs29];
|
||||||
nativeBuildInputs = [pkgs.makeBinaryWrapper];
|
nativeBuildInputs = [pkgs.makeBinaryWrapper];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user