diff options
author | tv <tv@krebsco.de> | 2015-10-17 03:20:06 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-17 03:20:06 +0200 |
commit | 90ef9301fdecacb75d250714d86ec9c18b397348 (patch) | |
tree | a755a1b9dc95d3375e25f6dc54fb37836371d86b /tv/2configs | |
parent | 63d33c4bb89d8ca0bbefb7655ec1835249c66625 (diff) |
tv git: add repos blessings, scanner
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/git.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index d782c87..8e43040 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -20,6 +20,7 @@ let rules = concatMap make-rules (attrValues repos); public-repos = mapAttrs make-public-repo { + blessings = {}; cac = { desc = "CloudAtCost command line interface"; }; @@ -38,6 +39,7 @@ let push = {}; quipper = {}; regfish = {}; + scanner = {}; stockholm = { desc = "take all the computers hostage, they'll love you!"; }; |