Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression when Mysql user password is not set #1656

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

amiryalsa
Copy link

Fixes #1443.

The error was:

       … while calling anonymous lambda

         at /nix/store/s0nrb80miw28kw7ni6ia05fk5ckmyiaw-source/src/modules/services/mysql.nix:114:25:

          113|
          114|     ${concatMapStrings (user: ''
             |                         ^
          115|         echo "Adding user: ${user.name}"

       error: cannot coerce null to a string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in services.mysql with ensureUser and no password
3 participants