Modified justfile to deal better with git submodules

This commit is contained in:
2025-02-19 14:40:24 +00:00
parent 719479c9e8
commit 54c3096c8d

View File

@@ -7,6 +7,7 @@ prebuild:
git add . git add .
fi fi
git pull git pull
git submodule update --remote --recursive
nix flake update nix flake update
_update-root: _update-root: