diff options
author | makefu <github@syntax-fehler.de> | 2015-10-17 11:18:55 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-17 11:18:55 +0200 |
commit | 2454867a529ab44f22c9e1c51e3642ac4c391bad (patch) | |
tree | aa0aa4d81cd95046cce98ff770642f6c21fb31b2 /tv/2configs | |
parent | f83b3770dd401004bef0233c3de0eb07686788a5 (diff) | |
parent | 4d32e1575705e544c8cbb5834447d71c1b577970 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/git.nix | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index d782c87f1..2520da173 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -19,7 +19,7 @@ let rules = concatMap make-rules (attrValues repos); - public-repos = mapAttrs make-public-repo { + public-repos = mapAttrs make-public-repo ({ cac = { desc = "CloudAtCost command line interface"; }; @@ -30,21 +30,24 @@ let hack = {}; load-env = {}; make-snapshot = {}; - mime = {}; much = {}; nixos-infest = {}; nixpkgs = {}; painload = {}; push = {}; - quipper = {}; regfish = {}; stockholm = { desc = "take all the computers hostage, they'll love you!"; }; + } // mapAttrs (_: repo: repo // { section = "Haskell libraries"; }) { + blessings = {}; + mime = {}; + quipper = {}; + scanner = {}; wai-middleware-time = {}; web-routes-wai-custom = {}; xintmap = {}; - }; + }); restricted-repos = mapAttrs make-restricted-repo ( { @@ -56,8 +59,8 @@ let import <secrets/repos.nix> { inherit config lib pkgs; } ); - make-public-repo = name: { desc ? null, ... }: { - inherit name desc; + make-public-repo = name: { desc ? null, section ? null, ... }: { + inherit name desc section; public = true; hooks = { post-receive = git.irc-announce { |