Skip to content

Commit

Permalink
tweak(emacs): use emacs from nixpkgs
Browse files Browse the repository at this point in the history
So we don't have to rebuild a rolling version of Emacs which is
incredibly unlikely to be cached due to the override.
  • Loading branch information
gekoke committed Mar 10, 2024
1 parent bcc2f33 commit d3a200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in
config =
let
emacsPackage = pkgs.emacsWithPackagesFromUsePackage {
package = pkgs.emacs-pgtk.override { withImageMagick = true; };
package = pkgs.emacs29-pgtk.override { withImageMagick = true; };
config = ./init.el;
alwaysEnsure = true;
override = pkgs.callPackage ./overlay.nix { };
Expand Down

0 comments on commit d3a200e

Please sign in to comment.