diff options
author | EuAndreh <eu@euandre.org> | 2023-02-27 20:15:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-27 20:15:25 -0300 |
commit | 3c9bf10880f15426ad3fab2c559de0f39f114732 (patch) | |
tree | b5065daeaa3b75dbec1a2dccaef091ae18fc388f /bin/update | |
parent | etc/xmonad/xmonad.hs: Inline definitions of "myTerminal" and "dbg" (diff) | |
download | dotfiles-3c9bf10880f15426ad3fab2c559de0f39f114732.tar.gz dotfiles-3c9bf10880f15426ad3fab2c559de0f39f114732.tar.xz |
bin/update: Include $XDG_PREFIX and $PRIV_CONFIG in update list
Diffstat (limited to 'bin/update')
-rwxr-xr-x | bin/update | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 \ |