Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-07-28 01:32:14 +02:00
parent 4dc4e9a51d
commit 226f1501b5
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 38 additions and 22 deletions

View file

@ -25,19 +25,6 @@
};
config = {
nixpkgs.overlays = [
(self: super: {
mu = super.mu.overrideAttrs (old: {
version = "1.5.13";
src = self.fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "6d67e146fecb5aa512a7eff4b8044225af0dc5ce";
sha256 = "0ip7nd7z2l60a3dc1aic34hpab4alb0rmxlk9778nz3v88735iik";
};
});
})
];
chvp.base.zfs.homeLinks = [
{ path = ".emacs.d"; type = "cache"; }
];