diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 54a7c164..b066df9f 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -158,6 +158,7 @@ let (fromDb "mg.lol" // tech) (fromDb "mindingourway.com" // rat) (fromDb "morningbrew.com/feed" // pol) + (fromDb "nixpkgs.news" // tech) (fromDb "overcomingbias.com" // rat) # Robin Hanson (fromDb "palladiummag.com" // uncat) (fromDb "philosopher.coach" // rat) # Peter Saint-Andre -- side project of stpeter.im diff --git a/modules/data/feeds/sources/nixpkgs.news/default.json b/modules/data/feeds/sources/nixpkgs.news/default.json new file mode 100644 index 00000000..87f703e3 --- /dev/null +++ b/modules/data/feeds/sources/nixpkgs.news/default.json @@ -0,0 +1,9 @@ +{ + "description": "A weekly recap of news from the Nix ecosystem.", + "is_podcast": false, + "site_name": "nixpkgs.news", + "site_url": "https://nixpkgs.news", + "title": "nixpkgs.news", + "url": "https://nixpkgs.news/rss.xml", + "velocity": 0.143 +} \ No newline at end of file