aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/pretty-rebuild
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-02-07 15:05:08 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-02-07 15:05:08 -0800
commitad8ef4dcf55f03d293815b5a5a29f60732b2399c (patch)
tree2244ccb4720ba4f27932c73b001163a6d07ea31b /scripts/pretty-rebuild
parent57d5429f0898b4135c49f2f0fbe351a0fb845977 (diff)
downloadnix-ad8ef4dcf55f03d293815b5a5a29f60732b2399c.tar
nix-ad8ef4dcf55f03d293815b5a5a29f60732b2399c.tar.gz
nix-ad8ef4dcf55f03d293815b5a5a29f60732b2399c.tar.bz2
nix-ad8ef4dcf55f03d293815b5a5a29f60732b2399c.tar.lz
nix-ad8ef4dcf55f03d293815b5a5a29f60732b2399c.tar.xz
nix-ad8ef4dcf55f03d293815b5a5a29f60732b2399c.tar.zst
nix-ad8ef4dcf55f03d293815b5a5a29f60732b2399c.zip
Revert "Work around broken ISP routing"
This reverts commit 57d5429f0898b4135c49f2f0fbe351a0fb845977.
Diffstat (limited to 'scripts/pretty-rebuild')
-rwxr-xr-xscripts/pretty-rebuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/pretty-rebuild b/scripts/pretty-rebuild
index 733f4b6..53c8dcc 100755
--- a/scripts/pretty-rebuild
+++ b/scripts/pretty-rebuild
@@ -7,16 +7,6 @@ else
args=("--flake .#$(hostname -s)" ${=@})
fi
-while read branch file; do
- ssh king curl -L --output-dir /dev/shm -o ${file}.tar.gz https://api.github.com/repos/NixOS/nixpkgs/tarball/${branch}
- scp king:/dev/shm/${file}.tar.gz /dev/shm
- ssh king rm /dev/shm/${file}.tar.gz
-done <<EOF
-release-25.11 stable
-nixos-unstable unstable
-master master
-EOF
-
cd /etc/nixos && \
nix flake update && \
nixos-rebuild switch --upgrade --show-trace ${=args} && \