We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7106d3 commit 3ac7834Copy full SHA for 3ac7834
nix/modules/clawdinator.nix
@@ -538,7 +538,7 @@ in
538
++ lib.optional (cfg.repoSeedSnapshotDir != null) "clawdinator-repo-seed.service";
539
wants =
540
lib.optional cfg.bootstrap.enable "clawdinator-bootstrap.service"
541
- lib.optional cfg.githubApp.enable "clawdinator-github-app-token.service"
+ ++ lib.optional cfg.githubApp.enable "clawdinator-github-app-token.service"
542
543
544
environment = {
0 commit comments