mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-04 14:21:02 +03:00
nixos/archisteamfarm: fix empty check for bots
This commit is contained in:
parent
a07fe6bab8
commit
c79bb39f81
@ -255,7 +255,7 @@ in
|
||||
ln -fs ${ipc-config} config/IPC.config
|
||||
''}
|
||||
|
||||
${lib.optionalString (cfg.ipcSettings != {}) ''
|
||||
${lib.optionalString (cfg.bots != {}) ''
|
||||
ln -fs ${createBotsScript}/* config/
|
||||
''}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user