Tweaked justfile prebuild command

This commit is contained in:
2025-05-26 14:24:28 +01:00
parent 32c036a6b2
commit 7a73f9f696

View File

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