diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-02-07 15:05:56 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-02-07 15:05:56 -0800 |
| commit | 934fb31892b2d3037717a1dbd122ba998b6ac3e4 (patch) | |
| tree | 0098e6c28b1a49ea7f7afe9def0d10b385b69adc | |
| parent | ad8ef4dcf55f03d293815b5a5a29f60732b2399c (diff) | |
| download | nix-934fb31892b2d3037717a1dbd122ba998b6ac3e4.tar nix-934fb31892b2d3037717a1dbd122ba998b6ac3e4.tar.gz nix-934fb31892b2d3037717a1dbd122ba998b6ac3e4.tar.bz2 nix-934fb31892b2d3037717a1dbd122ba998b6ac3e4.tar.lz nix-934fb31892b2d3037717a1dbd122ba998b6ac3e4.tar.xz nix-934fb31892b2d3037717a1dbd122ba998b6ac3e4.tar.zst nix-934fb31892b2d3037717a1dbd122ba998b6ac3e4.zip | |
Revert "Use alternate GitHub URL"
This reverts commit 556933a2540494695cfff381c27eb5c641749e70.
Diffstat (limited to '')
| -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@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 = "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"; # per https://nixos-and-flakes.thiscute.world/nixos-with-flakes/downgrade-or-upgrade-packages #nixpkgs-67e692392.url = "github:nixos/nixpkgs/67e69239226f37168d1adb8d29bd61150756a03e"; |
