stockholm/krebs/2configs/news.nix

23 lines
947 B
Nix
Raw Normal View History

2017-09-08 22:16:50 +00:00
{ pkgs, ... }:
2017-09-03 22:16:54 +00:00
2017-09-08 22:16:50 +00:00
{
krebs.newsbot-js.news = {
2017-09-03 22:16:54 +00:00
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
2018-06-12 16:43:12 +00:00
painload|https://github.com/krebs/painload/commits/master.atom|#news
2017-09-03 22:16:54 +00:00
reddit_haskell|http://www.reddit.com/r/haskell/.rss|#news
reddit_nix|http://www.reddit.com/r/nixos/.rss|#news
2018-04-26 11:11:14 +00:00
shackspace|http://shackspace.de/atom.xml|#news
2017-09-03 22:16:54 +00:00
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
2018-06-12 16:43:12 +00:00
painload|https://github.com/krebs/painload/commits/master.atom|#news
2017-09-03 22:16:54 +00:00
'';
};
}