summary refs log tree commit diff
path: root/rebuild-wsl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rebuild-wsl.sh')
-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