From b2a42a2adf325836884573963593e781e380cae8 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Sat, 1 Mar 2025 17:18:06 -0800 Subject: [PATCH] Revert nixpkgs branch change I don't know how that happened, that's not right though --- ci/nur/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/nur/index.py b/ci/nur/index.py index e7fdf05bd..496229993 100644 --- a/ci/nur/index.py +++ b/ci/nur/index.py @@ -22,7 +22,7 @@ def resolve_source(pkg: Dict, repo: str, url: str) -> str: # `nix edit` is # TODO find commit hash prefixes = { - "nixpkgs": "https://github.com/nixos/nixpkgs/tree/main/", + "nixpkgs": "https://github.com/nixos/nixpkgs/tree/master/", "nur": "https://github.com/nix-community/nur-combined/tree/main/", } stripped = path.parts[4:]