aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-02-07 13:33:52 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-02-07 13:33:52 -0800
commit57d5429f0898b4135c49f2f0fbe351a0fb845977 (patch)
treed2c310142f40116c991ea531a8dc37c724edca25 /flake.nix
parent556933a2540494695cfff381c27eb5c641749e70 (diff)
downloadnix-57d5429f0898b4135c49f2f0fbe351a0fb845977.tar
nix-57d5429f0898b4135c49f2f0fbe351a0fb845977.tar.gz
nix-57d5429f0898b4135c49f2f0fbe351a0fb845977.tar.bz2
nix-57d5429f0898b4135c49f2f0fbe351a0fb845977.tar.lz
nix-57d5429f0898b4135c49f2f0fbe351a0fb845977.tar.xz
nix-57d5429f0898b4135c49f2f0fbe351a0fb845977.tar.zst
nix-57d5429f0898b4135c49f2f0fbe351a0fb845977.zip
Work around broken ISP routing
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 9e412b9..168291d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,9 +25,9 @@
nixos-hardware.url = "github:nixos/nixos-hardware";
# persistent base NixOS URLs
- nixpkgs-master.url = "git+ssh://git@ssh.github.com:443/NixOS/nixpkgs";
- nixpkgs-stable.url = "git+ssh://git@ssh.github.com:443/NixOS/nixpkgs?ref=nixos-25.11";
- nixpkgs.url = "git+ssh://git@ssh.github.com:443/NixOS/nixpkgs?ref=nixos-unstable";
+ nixpkgs-master.url = "file:///dev/shm/master.tar.gz";
+ nixpkgs-stable.url = "file:///dev/shm/stable.tar.gz";
+ nixpkgs.url = "file:///dev/shm/unstable.tar.gz";
# per https://nixos-and-flakes.thiscute.world/nixos-with-flakes/downgrade-or-upgrade-packages
#nixpkgs-67e692392.url = "github:nixos/nixpkgs/67e69239226f37168d1adb8d29bd61150756a03e";