From 3c9bf10880f15426ad3fab2c559de0f39f114732 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Feb 2023 20:15:25 -0300 Subject: bin/update: Include $XDG_PREFIX and $PRIV_CONFIG in update list --- bin/update | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/update') diff --git a/bin/update b/bin/update index 2f9091d..4768946 100755 --- a/bin/update +++ b/bin/update @@ -73,7 +73,11 @@ fi guix pull -v3 rfc -u -repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ | +repos \ + -e ~/dev/go/ \ + -e ~/dev/quicklisp/ \ + -e ~/dev/archive/ \ + ~/dev/ "$XDG_PREFIX" "$PRIV_CONFIG" | xargs -I% -P4 x \ echo 'Fetching on %.' AND \ vcs -C% fetch OR \ -- cgit v1.2.3