aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/ai.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/herra/ai.nix')
-rw-r--r--hosts/herra/ai.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/herra/ai.nix b/hosts/herra/ai.nix
index 4f322cd..bb6692a 100644
--- a/hosts/herra/ai.nix
+++ b/hosts/herra/ai.nix
@@ -65,7 +65,7 @@ in {
Type = "oneshot";
RemainAfterExit = true;
};
- path = [pkgs.git pkgs.docker];
+ path = [pkgs.git pkgs.unstable.docker_29];
script = ''
if [ ! -d "${odysseusDir}/.git" ]; then
git clone ${odysseusRepo} ${odysseusDir}