added trailing comma
make sure black stops complaining
This commit is contained in:
parent
bbe526ee01
commit
a505cbec1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue