diff --git a/shell.nix b/shell.nix index e64b1bb..7aa2910 100644 --- a/shell.nix +++ b/shell.nix @@ -134,11 +134,12 @@ let "${commandPrefix}-${name}-with-secrets" else "${commandPrefix}-${name}-without-secrets"; - populateCommands = with lib; flatten [ - content - (optionals enableSecrets secrets) - (optionals enableSwitch [ switch ]) - ]; + populateCommands = with lib; + flatten [ + content + (optionals enableSecrets secrets) + (optionals enableSwitch [ switch ]) + ]; in jobs commandName "${user}@${host}${target}" populateCommands; serverDeployment = name: