diff options
author | Rory&::Emma <root@rory.gay> | 2024-02-02 10:10:46 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2024-02-02 10:10:53 +0000 |
commit | 999f8987bf5c94a4bc2dcda9d33fd28fe3524699 (patch) | |
tree | e931623f53fde1e59724954c9be268a05b99ccda /rebuild-wsl.sh | |
parent | Update from desktop changes (diff) | |
download | Rory-Open-Architecture-999f8987bf5c94a4bc2dcda9d33fd28fe3524699.tar.xz |
Update from server
Diffstat (limited to '')
-rwxr-xr-x | rebuild-wsl.sh | 6 |
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 |