summaryrefslogtreecommitdiffstats
path: root/2configs/tv/git.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/tv/git.nix')
-rw-r--r--2configs/tv/git.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/2configs/tv/git.nix b/2configs/tv/git.nix
index f884ea46..2c0cc6b1 100644
--- a/2configs/tv/git.nix
+++ b/2configs/tv/git.nix
@@ -66,7 +66,6 @@ let
make-restricted-repo = name: { desc ? null, ... }: {
inherit name desc;
public = false;
- hooks = {}; # TODO default
};
make-rules =