summary refs log tree commit diff
path: root/rebuild-wsl.sh
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2024-02-02 10:10:46 +0000
committerRory&::Emma <root@rory.gay>2024-02-02 10:10:53 +0000
commit999f8987bf5c94a4bc2dcda9d33fd28fe3524699 (patch)
treee931623f53fde1e59724954c9be268a05b99ccda /rebuild-wsl.sh
parentUpdate from desktop changes (diff)
downloadRory-Open-Architecture-999f8987bf5c94a4bc2dcda9d33fd28fe3524699.tar.xz
Update from server
Diffstat (limited to '')
-rwxr-xr-xrebuild-wsl.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebuild-wsl.sh b/rebuild-wsl.sh
index 7c095a6..b7e66be 100755
--- a/rebuild-wsl.sh
+++ b/rebuild-wsl.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 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
     cd ..
 fi