summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/news.nix
blob: 6c59f4d84b423b5bf1ef73f1eecfa76fcac540c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ pkgs, ... }:

{
  krebs.newsbot-js.news = {
    feeds = pkgs.writeText "feeds" ''
      antirez|http://antirez.com/rss|#news
      archlinux|http://www.archlinux.org/feeds/news/|#news
      ethereum|http://blog.ethereum.org/feed|#news
      LtU|http://lambda-the-ultimate.org/rss.xml|#news
      mongrel2_master|https://github.com/zedshaw/mongrel2/commits/master.atom|#news
      painload|https://github.com/krebs/painload/commits/master.atom|#news
      reddit_haskell|http://www.reddit.com/r/haskell/.rss|#news
      reddit_nix|http://www.reddit.com/r/nixos/.rss|#news
      shackspace|http://shackspace.de/atom.xml|#news
      tinc|http://tinc-vpn.org/news/index.rss|#news
      vimperator|https://sites.google.com/a/vimperator.org/www/blog/posts.xml|#news
      weechat|http://dev.weechat.org/feed/atom|#news
      xkcd|https://xkcd.com/rss.xml|#news
      painload|https://github.com/krebs/painload/commits/master.atom|#news
    '';
  };
}