Drop temporary unstable packages

nazuna
Simon Bruder 2022-12-10 14:49:16 +01:00
parent f32e2a5842
commit 8c317b76bf
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ in
group = "signald";
};
systemd.services.signald.serviceConfig.ExecStart = lib.mkForce "${pkgs.unstable.signald}/bin/signald -d /var/lib/signald -s ${config.services.signald.socketPath}";
systemd.services.signald.serviceConfig.ExecStart = lib.mkForce "${pkgs.signald}/bin/signald -d /var/lib/signald -s ${config.services.signald.socketPath}";
services.postgresql = {
enable = true;

View File

@ -151,7 +151,7 @@ in
hunspellDicts.de-de
hunspellDicts.en-gb-ise # dictionary
libreoffice # office suite
unstable.rnote # notebook
rnote # notebook
xournalpp # notebook
xsane # scanning tool

View File

@ -68,7 +68,7 @@ let
in
{
home.packages = with pkgs; [
unstable.khal
khal
khard
vdirsyncer
];