Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-07-15 10:37:02 +02:00
parent 5aa431275b
commit ce28c9b5f4
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 7 additions and 17 deletions

View file

@ -20,16 +20,6 @@
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 // {
modus-themes = epkgs.melpaPackages.modus-themes.overrideAttrs (old: {
src = pkgs.fetchFromGitLab {
owner = "protesilaos";
repo = "modus-themes";
rev = "6593dc2569722c3e85d9e00eff62e4afa35e0610";
hash = "sha256-druZQ2oBl0waMQbWcY3z9BkhURCtZGwp66cHbHnFRww=";
};
});
};
};
};
};