diff options
author | lassulus <lass@aidsballs.de> | 2015-10-17 15:59:58 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-10-17 15:59:58 +0200 |
commit | 21b6854a15a827850b50040f52c853ca8ba56024 (patch) | |
tree | 2a45e2393be9980d0c485dc6cf726d1601454a04 /tv/2configs | |
parent | 62af75a108efa64683532f949110bf412ffecfd9 (diff) | |
parent | 8cfdca6b6d6eed24953c1259b11239260e5a849f (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 { |