mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Tweaked justfile prebuild command
This commit is contained in:
6
justfile
6
justfile
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user