From 82527e8398768613f0bfb3d964e35c6b3930d286 Mon Sep 17 00:00:00 2001 From: Erik Oosting Date: Thu, 31 Dec 2020 17:24:34 +0100 Subject: [PATCH] removed weird comment i made --- nur/index.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nur/index.py b/nur/index.py index f739a0cd2..36526ab8a 100644 --- a/nur/index.py +++ b/nur/index.py @@ -39,13 +39,12 @@ callPackage (nur.repo-sources."%s" + "/%s") {} position = pkg["meta"].get("position", None) # TODO commit hash prefix = f"https://github.com/nix-community/nur-combined/tree/master/repos/{repo}" - # usually when the path comes from the nix store if position is not None and position.startswith("/nix/store"): path_str, line = position.rsplit(":", 1) path = Path(path_str) # I've decided to just take these 2 repositories, # update this whenever someone decided to use a recipe source other than - # NUR on nixpkgs to override packages on. right now this is about as accurate as + # NUR or nixpkgs to override packages on. right now this is about as accurate as # `nix edit` is # TODO find commit hash prefixes = {