diff --git a/nur/index.py b/nur/index.py index a6cd34594..4e87ee9e6 100644 --- a/nur/index.py +++ b/nur/index.py @@ -49,7 +49,7 @@ callPackage (nur.repo-sources."%s" + "/%s") {} # TODO find commit hash prefixes = { "nixpkgs": "https://github.com/nixos/nixpkgs/tree/master/", - "nur": "https://github.com/nix-community/nur-combined/tree/master/" + "nur": "https://github.com/nix-community/nur-combined/tree/master/", } stripped = path.parts[4:] attrPath = "/".join(stripped[1:])