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
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