chore(nix): clone git submodules automatically

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-03-30 19:01:47 -04:00
parent 38ec7def32
commit 9b38226f8c
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 ..