Revert nixpkgs branch change
I don't know how that happened, that's not right though
This commit is contained in:
parent
8d8ad6ad9f
commit
b2a42a2adf
1 changed files with 1 additions and 1 deletions
|
|
@ -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:]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue