this repo has no description
0
fork

Configure Feed

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

fix: wait until network is ready before git pull

Mainly for the test VM, probably refactor this later.

+1
+1
users/khuedoan.nix
··· 74 74 || ${pkgs.git}/bin/git init \ 75 75 && ${pkgs.git}/bin/git config status.showUntrackedFiles no \ 76 76 && ${pkgs.git}/bin/git remote add origin https://github.com/khuedoan/dotfiles \ 77 + && (until ${pkgs.iputils}/bin/ping -c 1 github.com; do sleep 1; done) \ 77 78 && ${pkgs.git}/bin/git pull origin master \ 78 79 && ${pkgs.git}/bin/git branch --set-upstream-to=origin/master master 79 80