From 9248259708bd6ade5e334a2cdfb29d2a20acb0dd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Oct 2022 17:15:36 +0200 Subject: ... --- accounts/gkleen@sif/systemd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accounts/gkleen@sif/systemd.nix') diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 819c1ff6..2fba0404 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix @@ -48,7 +48,7 @@ in { Type = "oneshot"; WorkingDirectory = "~"; ExecStart = toString (pkgs.writers.writePython3 "sync-keepass" { - libraries = with pkgs.python3Packages; [ dateutil ]; + libraries = with pkgs.python3Packages; [ python-dateutil ]; } '' import json import subprocess -- cgit v1.2.3