1
0
Fork 0

fix fetch-banking-timer

This commit is contained in:
Malte Brandy 2022-06-03 19:00:32 +02:00
parent 32a52c24d7
commit 9213f88c64

View file

@ -7,7 +7,7 @@
ExecStart = toString (
pkgs.writeShellScript "fetch-banking" ''
cd ~/git/buchhaltung
exec ${pkgs.nix}/bin/nix run ".#autoupdate"
exec ${pkgs.nix}/bin/nix develop -c ${pkgs.nix}/bin/nix run ".#autoupdate"
''
);
};