diff options
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/mkdir.nix | 2 | ||||
-rw-r--r-- | tv/2configs/git.nix | 15 |
2 files changed, 10 insertions, 7 deletions
diff --git a/tv/1systems/mkdir.nix b/tv/1systems/mkdir.nix index 76432ba03..669dcc2f3 100644 --- a/tv/1systems/mkdir.nix +++ b/tv/1systems/mkdir.nix @@ -24,7 +24,7 @@ in krebs.build.source = { git.nixpkgs = { url = https://github.com/NixOS/nixpkgs; - rev = "68bd8e4a9dc247726ae89cc8739574261718e328"; + rev = "e57024f821c94caf5684964474073649b8b6356b"; }; dir.secrets = { host = config.krebs.hosts.wu; 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 { |