chore(nix): clone git submodules automatically

Signed-off-by: Seth Flynn <getchoo@tuta.io>
(cherry picked from commit 9b38226f8cb0e2f82bcb017c686fd03520990dd1)
This commit is contained in:
Seth Flynn 2025-03-30 19:01:47 -04:00
parent b02718ee57
commit da9c359184
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -147,6 +147,8 @@
echo "Sourcing ${qt-wrapper-env}"
source ${qt-wrapper-env}
git submodule update --init --force
if [ ! -f compile_commands.json ]; then
cmakeConfigurePhase
cd ..