summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-07-25 01:29:37 +0200
committertv <tv@krebsco.de>2015-07-25 01:32:24 +0200
commit3921175424b6a842cdf2235324e1ed76b978ed23 (patch)
treeb9e1ead6e69db3c315e98bb462401cbc3b5c4174 /2configs
parent11576cbc7cc14b10c081477cd2f7fc042961056f (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 f884ea4..2c0cc6b 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 =