Merge pull request #299656 from yunfachi/fix/archisteamfarm

nixos/archisteamfarm: fix empty check for bots
This commit is contained in:
Sandro 2024-04-03 21:21:21 +02:00 committed by GitHub
commit fde2616a88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,7 +255,7 @@ in
ln -fs ${ipc-config} config/IPC.config
''}
${lib.optionalString (cfg.ipcSettings != {}) ''
${lib.optionalString (cfg.bots != {}) ''
ln -fs ${createBotsScript}/* config/
''}