Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

FIX: simpler script

+1 -3
+1 -3
scripts/update-src
··· 2 2 3 3 for(repo in `{cat downstream}) { 4 4 echo Updating $repo 5 - cd $repo 6 - git fetch --all 7 - cd .. 5 + git -C $repo fetch --all 8 6 }