diff options
author | lassulus <lass@aidsballs.de> | 2016-06-24 15:41:18 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-24 15:41:18 +0200 |
commit | fe1e9a6c91c347bd92ebc1ef8acf7b4849fdf767 (patch) | |
tree | b4ead862f14368dc9df50f5d7fd07bf8fec8f14f | |
parent | dd1c0e7a587a2580ddb0ca4fd318324bcb21e214 (diff) |
l 2 git: remove repos now handled by repo-sync
-rw-r--r-- | lass/2configs/git.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix index a25e3e212..8577d143c 100644 --- a/lass/2configs/git.nix +++ b/lass/2configs/git.nix @@ -29,18 +29,10 @@ let rules = concatMap make-rules (attrValues repos); public-repos = mapAttrs make-public-repo { - painload = {}; stockholm = { cgit.desc = "take all the computers hostage, they'll love you!"; }; - wai-middleware-time = {}; - web-routes-wai-custom = {}; - go = {}; - newsbot-js = {}; kimsufi-check = {}; - realwallpaper = {}; - xmonad-stockholm = {}; - the_playlist = {}; } // mapAttrs make-public-repo-silent { the_playlist = {}; }; @@ -50,8 +42,6 @@ let brain = { collaborators = with config.krebs.users; [ tv makefu ]; }; - extraction_webinterface = {}; - politics-fetching = {}; } // import <secrets/repos.nix> { inherit config lib pkgs; } ); |