diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-02-07 12:58:03 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-02-07 12:58:03 -0800 |
| commit | 556933a2540494695cfff381c27eb5c641749e70 (patch) | |
| tree | 2244ccb4720ba4f27932c73b001163a6d07ea31b /flake.nix | |
| parent | f9bfc55bceb6c12492b13f2e224af775551ad004 (diff) | |
| download | nix-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
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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"; |
