diff --git a/justfile b/justfile index a2871cb..fef5076 100644 --- a/justfile +++ b/justfile @@ -2,11 +2,7 @@ default: @just --list prebuild: - #!/usr/bin/env bash - if `git status --short | /usr/bin/env grep \?\?`; then - git add . - fi - git pull + git pull --recurse git submodule update --remote --recursive nix flake update