From 7a73f9f6966f6fa65012c7c622106fb021294043 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 26 May 2025 14:24:28 +0100 Subject: [PATCH] Tweaked justfile prebuild command --- justfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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