fix: add uv to hermes-agent service PATH
Add pkgs.uv to systemd.services.hermes-agent.path so that CronJobs and terminal sessions can execute PEP 723 scripts via 'uv run' (e.g. garmin-daily.py for Garmin Connect health data). Also adds uv to environment.systemPackages for general availability.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
git
|
||||
tea
|
||||
ghostty.terminfo
|
||||
uv
|
||||
];
|
||||
|
||||
services.openssh = {
|
||||
|
||||
Reference in New Issue
Block a user