Skip to content

Commit b812c7f

Browse files
authored
Merge pull request #4 from clawdbot/fix/service-path-toolchain
fix(nix): add toolchain packages to clawdinator service path
2 parents 1d771e9 + 956fdcd commit b812c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/modules/clawdinator.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ in
475475
CLAWDIS_STATE_DIR = cfg.stateDir;
476476
};
477477

478-
path = [ pkgs.coreutils pkgs.git pkgs.rsync ];
478+
path = [ pkgs.coreutils pkgs.git pkgs.rsync ] ++ toolchain.packages;
479479
serviceConfig = {
480480
User = cfg.user;
481481
Group = cfg.group;

0 commit comments

Comments
 (0)