chore: flake update

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-12-21 11:36:11 -03:00
parent 5e774a5b82
commit f8b6382ae9
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
5 changed files with 91 additions and 60 deletions

View file

@ -8,7 +8,7 @@
Unit.After = "postgresql.service";
Service = {
ExecStart = "${hydractify-bot.defaultPackage.${pkgs.system}}/bin/hydractify";
ExecStart = "${hydractify-bot.defaultPackage.${pkgs.stdenv.hostPlatform.system}}/bin/hydractify";
Restart = "on-failure";
Type = "simple";
WorkingDirectory = "/mnt/internal/hydractify/GitHub/hydractify";