aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-02-07 12:58:03 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-02-07 12:58:03 -0800
commit556933a2540494695cfff381c27eb5c641749e70 (patch)
tree2244ccb4720ba4f27932c73b001163a6d07ea31b
parentf9bfc55bceb6c12492b13f2e224af775551ad004 (diff)
downloadnix-556933a2540494695cfff381c27eb5c641749e70.tar
nix-556933a2540494695cfff381c27eb5c641749e70.tar.gz
nix-556933a2540494695cfff381c27eb5c641749e70.tar.bz2
nix-556933a2540494695cfff381c27eb5c641749e70.tar.lz
nix-556933a2540494695cfff381c27eb5c641749e70.tar.xz
nix-556933a2540494695cfff381c27eb5c641749e70.tar.zst
nix-556933a2540494695cfff381c27eb5c641749e70.zip
Use alternate GitHub URL
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 6017eaa..9e412b9 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@github.com/NixOS/nixpkgs";
- nixpkgs-stable.url = "git+ssh://git@github.com/NixOS/nixpkgs?ref=nixos-25.11";
- nixpkgs.url = "git+ssh://git@github.com/NixOS/nixpkgs?ref=nixos-unstable";
+ 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";
# per https://nixos-and-flakes.thiscute.world/nixos-with-flakes/downgrade-or-upgrade-packages
#nixpkgs-67e692392.url = "github:nixos/nixpkgs/67e69239226f37168d1adb8d29bd61150756a03e";