Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-10-15 08:32:10 +02:00
parent 689d856e88
commit ff26db54b4
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 13 additions and 3014 deletions

View file

@ -7,18 +7,6 @@
};
config = lib.mkIf config.chvp.graphical.qutebrowser.enable {
nixpkgs.overlays = [
(self: super: {
qutebrowser = super.qutebrowser.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
(self.fetchpatch {
url = "https://github.com/qutebrowser/qutebrowser/pull/6626.patch";
sha256 = "aWhkUQ2eaLNiQwxRTbzfFrM0TrDSKtPKinjGu/RknLk=";
})
];
});
})
];
chvp.base.zfs.homeLinks = [
{ path = ".config/qutebrowser"; type = "data"; }
{ path = ".local/share/qutebrowser"; type = "cache"; }