You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
516 B
13 lines
516 B
{
|
|
"userBlacklist": [
|
|
"civodul",
|
|
"jhasse",
|
|
"shlevy"
|
|
],
|
|
"alwaysNotifyForPaths": [
|
|
{ "name": "FRidh", "files": ["pkgs/top-level/python-packages.nix", "pkgs/development/interpreters/python/*", "pkgs/development/python-modules/*" ] },
|
|
{ "name": "LnL7", "files": ["pkgs/stdenv/darwin/*", "pkgs/os-specific/darwin/*"] },
|
|
{ "name": "copumpkin", "files": ["pkgs/stdenv/darwin/*", "pkgs/os-specific/darwin/apple-source-releases/*"] }
|
|
],
|
|
"fileBlacklist": ["pkgs/top-level/all-packages.nix"]
|
|
}
|