From 74b044b24ea1e0889317b9067711741590dcd5d0 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Sat, 1 Mar 2025 16:36:21 -0800 Subject: [PATCH] Update index.py reference to point to new default branch --- 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 71a29bd4c..ee10c99df 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/master/", + "nixpkgs": "https://github.com/nixos/nixpkgs/tree/main/", "nur": "https://github.com/nix-community/nur-combined/tree/master/", } stripped = path.parts[4:]