diff options
author | tv <tv@krebsco.de> | 2018-11-13 02:47:03 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-13 02:47:03 +0100 |
commit | 9c09cf30c3eba8137ecf2b4aa3b5fa65a283499e (patch) | |
tree | 3bfb7949468bebfb8495d4b5be9091d272ac5741 /tv/2configs/gitrepos.nix | |
parent | dfb9c237607b73f00cd52ca5c5b731f45d83f932 (diff) |
tv gitrepos: add hc
Diffstat (limited to 'tv/2configs/gitrepos.nix')
-rw-r--r-- | tv/2configs/gitrepos.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 62c90d4e9..a89d1302c 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -76,6 +76,7 @@ let { }; } // mapAttrs (_: recursiveUpdate { cgit.section = "3. Haskell libraries"; }) { blessings = {}; + hc = {}; mime = {}; quipper = {}; scanner = {}; |