summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-17 08:00:35 +0200
committertv <tv@shackspace.de>2015-10-17 08:00:35 +0200
commit4d32e1575705e544c8cbb5834447d71c1b577970 (patch)
tree1bb584ea70854f848babf409cedb9e283b210cc0 /tv
parentd7f0c3d171eec868a8c13bed2e076c65cbfbaabe (diff)
tv git: add section "Haskell libraries"
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/git.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix
index 8e430403..2520da17 100644
--- a/tv/2configs/git.nix
+++ b/tv/2configs/git.nix
@@ -19,8 +19,7 @@ let
rules = concatMap make-rules (attrValues repos);
- public-repos = mapAttrs make-public-repo {
- blessings = {};
+ public-repos = mapAttrs make-public-repo ({
cac = {
desc = "CloudAtCost command line interface";
};
@@ -31,22 +30,24 @@ let
hack = {};
load-env = {};
make-snapshot = {};
- mime = {};
much = {};
nixos-infest = {};
nixpkgs = {};
painload = {};
push = {};
- quipper = {};
regfish = {};
- scanner = {};
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 (
{
@@ -58,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 {