diff options
author | Rory&::Emma <root@rory.gay> | 2024-01-20 15:32:52 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2024-01-20 15:36:54 +0000 |
commit | 2b68eeed357e6b83103de561637f465c4f6b363c (patch) | |
tree | cb58680405550d03c910af7d1e6d646c2baf54f7 /update.sh | |
parent | Move dconf to Rory.client.nix (diff) | |
download | Rory-Open-Architecture-2b68eeed357e6b83103de561637f465c4f6b363c.tar.xz |
Changes
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 |