Update dependencies

This commit is contained in:
Charlotte Van Petegem 2023-01-18 10:20:49 +01:00
parent 89e3f0eac8
commit 3ecdcb9928
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 19 additions and 24 deletions

View file

@ -16,15 +16,10 @@
readOnly = true;
default = pkgs.emacsWithPackagesFromUsePackage {
config = config.chvp.base.emacs.fullConfig;
package = pkgs.emacsPgtk;
alwaysEnsure = true;
# mu4e is included in the mu package and should be used from there
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;
override = epkgs: epkgs // {
nix-mode = epkgs.melpaPackages.nix-mode.overrideAttrs (old: {
propagatedBuildInputs = old.propagatedBuildInputs ++ [ epkgs.reformatter ];
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs ++ [ epkgs.reformatter ];
});
};
};
};
};