mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
14 lines
516 B
Plaintext
14 lines
516 B
Plaintext
{
|
|
"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"]
|
|
}
|