feat: updated khal, river and kile to latest versions available

feat/kile-v2
Ricard Illa 2023-04-26 13:14:42 +02:00
parent 487c567835
commit a80abd99c9
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 8 additions and 9 deletions

View File

@ -18,12 +18,12 @@
(self: super: { (self: super: {
# get latest version of kile-wl for compatibility with river's latest version # get latest version of kile-wl for compatibility with river's latest version
kile-wl = super.kile-wl.overrideAttrs (old: rec { kile-wl = super.kile-wl.overrideAttrs (old: rec {
version = "latest"; version = "2023-04-13";
src = super.fetchFromGitLab { src = super.fetchFromGitLab {
owner = "snakedye"; owner = "snakedye";
repo = "kile"; repo = "kile";
rev = "d5ab8483c4c8bae6b3a704b87ccc26bae21dca07"; rev = "d5b6c1fd0f260e823e08811dae202e9394037c43";
sha256 = "sha256-q8jpC2FZ+pj/5bOn7pugka/RlXOfegXelpCn+kRqEdo="; sha256 = "sha256-bWtuLSw4e57YOjdzbY7yobbe4kp67YzG15nhNce3pxA=";
}; };
cargoDeps = old.cargoDeps.overrideAttrs (_: { cargoDeps = old.cargoDeps.overrideAttrs (_: {
inherit src; inherit src;
@ -33,11 +33,10 @@
}) })
# I need the stable version of river to keep it compatible with kile # I need the stable version of river to keep it compatible with kile
(self: super: { river = stablePkgs.river; }) # (self: super: { river = stablePkgs.river; })
# these packages seem to be broken on the unstable channel, so I'm using # these packages seem to be broken on the unstable channel, so I'm using
# the stable versions for now # the stable versions for now
(self: super: { khal = stablePkgs.khal; })
]; ];
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
@ -240,10 +239,10 @@
components = [ "secrets" ]; components = [ "secrets" ];
}; };
services.nextcloud-client = { #services.nextcloud-client = {
enable = true; # enable = true;
startInBackground = true; # startInBackground = true;
}; #};
dconf.settings = { dconf.settings = {
"org/virt-manager/virt-manager/connections" = { "org/virt-manager/virt-manager/connections" = {