summary refs log tree commit diff
path: root/update.sh
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2024-01-20 15:32:52 +0000
committerRory&::Emma <root@rory.gay>2024-01-20 15:36:54 +0000
commit2b68eeed357e6b83103de561637f465c4f6b363c (patch)
treecb58680405550d03c910af7d1e6d646c2baf54f7 /update.sh
parentMove dconf to Rory.client.nix (diff)
downloadRory-Open-Architecture-2b68eeed357e6b83103de561637f465c4f6b363c.tar.xz
Changes
Diffstat (limited to '')
-rwxr-xr-xupdate.sh6
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