Revert nixpkgs branch change

I don't know how that happened, that's not right though
This commit is contained in:
Gavin John 2025-03-01 17:18:06 -08:00
parent 8d8ad6ad9f
commit b2a42a2adf

View file

@ -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:]