summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-25 01:29:37 +0200
committertv <tv@shackspace.de>2015-07-25 01:32:24 +0200
commit1eb292f0c9eeb7d0fad6738bc4f06e646cae289e (patch)
tree54a624fa26f12f17ca6e03fc4a2fb58003bab895 /2configs
parent4df0d6e75b7e34db2fda4c8b782b93d265475272 (diff)
krebs.git.repos.*.hooks: default = {}
Diffstat (limited to '2configs')
-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 =