added trailing comma

make sure black stops complaining
This commit is contained in:
Erik Oosting 2020-12-31 17:33:34 +01:00
parent bbe526ee01
commit a505cbec1f

View file

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