Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs

This commit is contained in:
Guillaume Girol
2023-01-21 12:00:00 +00:00
4905 changed files with 28229 additions and 52402 deletions

View File

@@ -50,7 +50,7 @@ EOF
fi
if ! type initdb >/dev/null; then
echo >&2 'initdb not found. Did you add postgresql to the checkInputs?'
echo >&2 'initdb not found. Did you add postgresql to the nativeCheckInputs?'
false
fi
echo 'initializing postgresql'