summaryrefslogtreecommitdiffstats
path: root/tv/2configs/gitrepos.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-02-16 22:41:25 +0100
committerlassulus <lassulus@lassul.us>2018-02-16 22:41:25 +0100
commit13e289a69d1c901e6f1a044ce8973433e9e43880 (patch)
treeb9181ce0b1a53910e9c73127ca0272eb6c699b63 /tv/2configs/gitrepos.nix
parente6486980dd1821d62aae4015092c7e719b23622b (diff)
parent69247ffe949fa6918a4e5667c211c2f3643cb086 (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/gitrepos.nix')
-rw-r--r--tv/2configs/gitrepos.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix
index 2c4b4868..dc50be4f 100644
--- a/tv/2configs/gitrepos.nix
+++ b/tv/2configs/gitrepos.nix
@@ -128,11 +128,6 @@ let {
repo = [ repo ];
perm = push "refs/*" [ non-fast-forward create delete merge ];
} ++
- optional repo.public {
- user = attrValues config.krebs.users;
- repo = [ repo ];
- perm = fetch;
- } ++
optional (repo.collaborators or [] != []) {
user = repo.collaborators;
repo = [ repo ];