Update dependencies
This commit is contained in:
parent
5aa431275b
commit
ce28c9b5f4
3 changed files with 7 additions and 17 deletions
|
@ -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=";
|
||||
};
|
||||
});
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@ let
|
|||
owner = "accentor";
|
||||
repo = "web";
|
||||
rev = "develop";
|
||||
sha256 = "0idvxs48pmsia29fvx602zfqw6pvlz2kxji55rhb19iq5zmcirzw";
|
||||
sha256 = "185rrx3d5alnwx1svrprbsn2kgr0zg5kizfx3xlbia2ifc6xn0r0";
|
||||
};
|
||||
packageJSON = ./package.json;
|
||||
yarnLock = ./yarn.lock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue