Use unstable emacs instead of git
Some checks failed
Cachix / build (elendel) (push) Failing after 2m38s
Cachix / build (kholinar) (push) Failing after 2m52s
Cachix / build (marabethia) (push) Successful in 2m13s

This commit is contained in:
Charlotte Van Petegem 2025-03-04 11:22:50 +01:00
parent 99a4840578
commit 03d355aa35
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -5,7 +5,7 @@ let
in in
{ {
chvp.base.emacs = { chvp.base.emacs = {
basePackage = pkgs.emacs-pgtk; basePackage = pkgs.emacs-unstable-pgtk;
extraConfig = [ (builtins.readFile ./linux-init.el) ]; extraConfig = [ (builtins.readFile ./linux-init.el) ];
}; };
home-manager.users.${username} = { ... }: { home-manager.users.${username} = { ... }: {