diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/update.sh b/update.sh index a277a4e..f233b68 100755 --- a/update.sh +++ b/update.sh @@ -2,9 +2,9 @@ if [ -d "nixpkgs" ]; then cd nixpkgs - git remote add upstream https://github.com/NixOS/nixpkgs || git remote set-url upstream https://github.com/NixOS/nixpkgs - git fetch --all -v - git rebase upstream/nixos-unstable -v && git push --force +# git remote add upstream https://github.com/NixOS/nixpkgs || git remote set-url upstream https://github.com/NixOS/nixpkgs +# git fetch --all -v +# git rebase upstream/nixos-unstable -v && git push --force cd .. fi |